Type Definition lattice_graph::hex::hex2d::HexGraph

source · []
pub type HexGraph<N, E, B = OddR, L = (), I = i32, H = usize, V = usize> = LatticeGraph<N, E, HexShape<B, L, I, H, V>>;
Expand description

Hex Graph with Coordinate.