Trait bismuth::mesh::Polygons [] [src]

pub trait Polygons<P>: Sized {
    fn polygons(&self) -> Generate<Self, P>;
}

Required Methods

Implementors