Function nannou_mesh::vertex_count[][src]

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.