Class NestedPath
java.lang.Object
zombie.characters.animals.pathfind.NestedPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getClosestPointOn
(float arg0, float arg1, Vector2f arg2) float
getDistanceOfPointFromStart
(int arg0) float
int
boolean
getPointOn
(float arg0, Vector2f arg1) float
getX
(int arg0) float
getY
(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)
-