Trait bismuth::mesh::Subdivide [] [src]

pub trait Subdivide<P>: Sized where
    P: IntoSubdivisions,
    P::Point: Clone + Interpolate, 
{ fn subdivide(self) -> Decompose<Self, P, P, P::Output>; }

Required Methods

Implementors