Trait plexus::generate::PolygonsWithPosition [] [src]

pub trait PolygonsWithPosition<P>: PositionGenerator + Sized {
    fn polygons_with_position_with(
        &self,
        state: Self::State
    ) -> Generate<Self, Self::State, P>; fn polygons_with_position(&self) -> Generate<Self, Self::State, P> { ... } }

Required Methods

Provided Methods

Implementors