Class NestedPath
java.lang.Object
zombie.characters.animals.pathfind.NestedPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetClosestPointOn(float arg0, float arg1, Vector2f arg2) floatgetDistanceOfPointFromStart(int arg0) floatintbooleangetPointOn(float arg0, Vector2f arg1) floatgetX(int arg0) floatgetY(int arg0)
-
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
-
getClosestPointOn
-
getDistanceOfPointFromStart
public float getDistanceOfPointFromStart(int arg0)
-