[][src]Module beehive::collections

Hex grid related collections. Only available with the collections feature.

Modules

direction_map

A stack-allocated map backed by a array that can be indexed by Direction.

hex_map

A generic QuadPrism-shaped dense container indexed by hex coordinates.

kd_tree

Generic KD-tree in hex space, implemented on a flat vector.

Structs

DirectionMap

A stack-allocated map backed by an array that can be indexed by Direction.

HexMap

A generic QuadPrism-shaped dense container indexed by hex coordinates.

KdTree

Generic KD-tree in hex space, implemented on a flat vector.