Type Alias FaceIter

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

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

Aliased Typeยง

pub struct FaceIter(/* private fields */);