Uses of Class
squidpony.squidmath.AStarSearch
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of AStarSearch in squidpony.squidmath
Methods in squidpony.squidmath that return AStarSearch Modifier and Type Method Description AStarSearch
AStarSearch. reinitialize(char[][] map, AStarSearch.SearchType type)
Resets this pathing object to use a different map and optionally a different SearchType.AStarSearch
AStarSearch. reinitialize(double[][] map, AStarSearch.SearchType type)
Resets this pathing object to use a different map and optionally a different SearchType.