Class | Description |
---|---|
FieldMap<T extends AStarNodeBase<T>> |
Remembers which fields are free and which are blocked and determines the free
neighbours of a field.
|
HashedInfiniteMap<T extends AStarNodeBase<T>> | |
HashedInfiniteMapEightNeighbours<T extends AStarNodeBase<T>> |
This map is mostly the same as the HashedInfiniteMap, with the difference
that it returns neighbour tiles in all eight directions rather than just
four.
|
Region | |
RegionBoundingBox |
Acts as a proxy to the global region grid.
|