Expand description
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.
Structs§
- HexOffset
- Offset based coordinates for hex graph.
- HexOffset
Shape - Shapes for hex graph with offset-based coordinate.
Type Aliases§
- Const
HexOffset Shape - Shapes for hex graph with offset-based coordinate with const size. This is ZST.
- DiHex
Graph - Directed Hex Graph with offset based coordinates.
- DiHex
Graph Const - Directed Hex Graph with offset based coordinates.
- HexGraph
- Hex Graph with offset based coordinates.
- HexGraph
Const - Hex Graph with offset based coordinates.
- HexGraph
Const LoopEW - Hex Graph with offset based coordinates and loop in e-w direction.
- HexGraph
LoopEW - Hex Graph with offset based coordinates and loop in e-w direction.