Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding.heuristic |
Modifier and Type | Class and Description |
---|---|
class |
HeuristicClosest
A heuristic that uses the tile that is closest to the target as the next best tile.
|
class |
HeuristicClosestSquared
A heuristic that uses the tile that is closest to the target as the next best tile.
|
class |
HeuristicManhattan
A heuristic that drives the search based on the Manhattan distance between the current location and the target.
|