Function nannou::mesh::vertex_count[][src]

pub fn vertex_count<M>(mesh: M) -> usize where
    M: Indices

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