Trait plexus::generate::IntoTriangles [] [src]

pub trait IntoTriangles: Polygonal {
    type Output: IntoIterator<Item = Triangle<Self::Vertex>>;
    fn into_triangles(self) -> Self::Output;
}

Associated Types

Required Methods

Implementors