Namespace AnyPath.Graphs.HexGrid

A simple hexagonal grid structure with support for per tile cost.
Structs
HexGrid
A simple hexagonal grid structure that can be used for pathfinding queries. Each cell can have an additional cost and flags associated with it.
HexGrid.Enumerator
Struct enumerator that enumerates all cells of a bounded grid. This includes open cells that are not set. This can be used for constructing ALT heuristics.
HexGridCell
Defines a cell on the hexagonal grid
HexGridHeuristicProvider
Enums
HexGridType
Different cell layouts for the HexGrid