Class NestedPath

java.lang.Object
zombie.characters.animals.pathfind.NestedPath

public final class NestedPath extends Object
  • Constructor Details

    • NestedPath

      public NestedPath()
  • Method Details

    • getNumPoints

      public int getNumPoints()
    • getX

      public float getX(int arg0)
    • getY

      public float getY(int arg0)
    • getLength

      public float getLength()
    • getPointOn

      public boolean getPointOn(float arg0, Vector2f arg1)
    • getClosestPointOn

      public float getClosestPointOn(float arg0, float arg1, Vector2f arg2)
    • getDistanceOfPointFromStart

      public float getDistanceOfPointFromStart(int arg0)