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

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