| Package | Description |
|---|---|
| cz.cuni.amis.pathfinding.alg.astar |
| Modifier and Type | Method and Description |
|---|---|
AStarResult<NODE> |
AStar.findPath(IPFGoal<NODE> goal)
|
AStarResult<NODE> |
AStar.findPath(IPFGoal<NODE> goal,
IPFMapView<NODE> mapView)
|
AStarResult<NODE> |
AStar.findPath(IPFGoal<NODE> goal,
long iterationsMax)
Method performing an AStar search over graph defined inside
IPFMap starting from 'start' node driving
itself towards goal that is described by AStarGoal. |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.