Package | Description |
---|---|
model.agent.humanAgent.aatom.tacticalLevel.navigation |
The navigation module and related classes.
|
model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder |
The collection of path finding algorithms.
|
Class and Description |
---|
PathFinder |
Class and Description |
---|
AStarNode
An A* node is a node used in the
AStarPathFinder . |
DijkstraNode
The Dijkstra Node class represents a specific node in the Dijkstra graph,
used in the
DijkstraPathFinder . |
JumpPointNode
A jump point search node.
|
PathFinder |