Interface IWaypoint
- All Known Implementing Classes:
AStarNode,PathFollower.FrozenWaypoint
public interface IWaypoint
-
Method Summary
-
Method Details
-
getLength
int getLength() -
getPosition
Vector3d getPosition() -
advance
-
next
-
AStarNode, PathFollower.FrozenWaypoint