Trait bismuth::mesh::ConjointPoints [] [src]

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

Required Methods

Implementors