|
SmartEngine
1.6.0
|
Classes | |
| class | AStar |
| Generic version of the A* algorithm that allows you to specify your own custom graph structure along with actions to be taken. More... | |
| class | AStarPath |
| Output path from an A* search. More... | |
| struct | AStarPathNode |
| A single node in an A* path More... | |