[][src]Trait plexus::primitive::generate::NormalPolygonGenerator

pub trait NormalPolygonGenerator: PolygonGenerator + NormalGenerator {
    type Output: Polygonal;
    fn polygon_with_normal_from(
        &self,
        state: &Self::State,
        index: usize
    ) -> Self::Output; }

Associated Types

Loading content...

Required methods

fn polygon_with_normal_from(
    &self,
    state: &Self::State,
    index: usize
) -> Self::Output

Loading content...

Implementors

impl NormalPolygonGenerator for Cube[src]

type Output = Quad<Self::Output>

Loading content...