| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected PathFinder |
NavigationModule.pathFinder
The method to determine our path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AStarPathFinder
|
class |
DijkstraPathFinder
|
class |
JumpPointSearchPathFinder
The jump point search path finder uses jump point search to determine paths.
|