pub fn vertex_count(mesh: (u32, u32)) -> usize
How many vertices a grid of mesh cells has. One more than the cell count on each axis — the fencepost the whole per-vertex path is sized by.
mesh