| Class | Description |
|---|---|
| AStarFinder<T extends NavigationNode> |
A generic implementation of A* that works on any
NavigationGraph instance. |
| ThetaStarFinder<T extends NavigationNode> |
A finder which will use theta star algorithm on a grid (any angle path finding).
|