Trait bismuth::mesh::Points [] [src]

pub trait Points<P>: Sized where
    P: IntoPoints, 
{ fn points(self) -> Decompose<Self, P, P::Point, P::Output>; }

Required Methods

Implementors