Class Summary |
AStar |
an generic A* path finding implementation. |
AStar.Node |
base class of all A* nodes |
AStar.Path |
result of a successfull path find attempt |
Land |
runtime pathfinding information |
Land.Point |
a point in grid space. |
Land.Portal |
line of (generally) border cells which leads to same sector with same action. |
Land.Sector |
a rectangular region which is freely traversable with simple steps |
LicenseManager |
license are loaded with this class |
PathContext |
encapsulated information about pathfinding enviroment. |
PathPosition |
a position in an executable path, ie: PathIterator |
Paths |
provides static methods to create and manipulate paths. |
Paths.Wrapper |
utility class to wrap another PathIterator which delegates calls to
wrapped one. |
Vector3 |
a three-dimensional vector. |