Function nannou::mesh::vertex_count

source ·
pub fn vertex_count<M>(mesh: M) -> usize
where M: Indices,
Expand description

The number of vertices that would be yielded by a Vertices iterator for the given mesh.