Skip to main content

VertexIter

Type Alias VertexIter 

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

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

Aliased Typeยง

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