Type Definition tri_mesh::FaceIter

source ·
pub type FaceIter = Box<dyn Iterator<Item = FaceID>>;
Expand description

An iterator over the faces created by Mesh::face_iter.