Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
Modifier and Type | Method and Description |
---|---|
static PathFinder |
Astar.createPathFinder(MapTile map,
int maxSearchDistance,
Heuristic heuristic)
Create a path finder.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.