Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
Modifier and Type | Field and Description |
---|---|
protected AStarSearch.SearchType |
AStarSearch.type |
Modifier and Type | Method and Description |
---|---|
static AStarSearch.SearchType |
AStarSearch.SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AStarSearch.SearchType[] |
AStarSearch.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static DijkstraMap.Measurement |
PlannedAStar.translateSearchType(AStarSearch.SearchType type) |
Constructor and Description |
---|
AStarSearch(double[][] map,
AStarSearch.SearchType type)
Builds a pathing object to run searches on.
|
PlannedAStar(double[][] map,
AStarSearch.SearchType type) |
Copyright © 2012–2016. All rights reserved.