Expand description

Hex Graph. The submodules are for different Coodinate representations of Hex Graph.

Modules

Module for Hex Graph with axial coordinates.

Module for Hex Graph with axial coordinates. It doesn’t have a Even Offset coloumn/rows right now.

Module to use hex2d as Coordinate of Hex Graph.

Module for Hex Graph with offset based coordinates. Offset coordinate is the coordinate pointing the same offset with underlying Offset, so converting to the Offset to get the weight of node or edge is just validating. Though, this might be costly for moving the coordinate (move_coord) than axial_based.

Defines the shape and behaivour of coordinates in hex graph.