pub type HexGraphConstLoopEW<N, E, B, const H: usize, const V: usize> = LatticeGraph<N, E, ConstHexOffsetShape<B, LoopEW, H, V>>;
Expand description

Hex Graph with offset based coordinates and loop in e-w direction.