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 AStarSearchAStarSearch. reinitialize(char[][] map, AStarSearch.SearchType type)Resets this pathing object to use a different map and optionally a different SearchType.AStarSearchAStarSearch. reinitialize(double[][] map, AStarSearch.SearchType type)Resets this pathing object to use a different map and optionally a different SearchType.