Type Definition tri_mesh::VertexIter

source ·
pub type VertexIter = Box<dyn Iterator<Item = VertexID>>;
Expand description

An iterator over the vertices created by Mesh::vertex_iter.