[][src]Function nannou::mesh::triangle_count

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

The number of triangles that would be yielded by a Triangles iterator for the given mesh.