pub type HexGraphConst<N, E, B, const H: usize, const V: usize> = LatticeGraph<N, E, ConstHexOffsetShape<B, (), H, V>>;
Expand description

Hex Graph with offset based coordinates.