pub fn raw_vertex_count<M>(mesh: M) -> usize
where M: Points,
Expand description

Get the number of vertices in the mesh.