Trait bismuth::mesh::Tetrahedrons [] [src]

pub trait Tetrahedrons<T>: Sized {
    fn tetrahedrons(
        self
    ) -> Decompose<Self, Quad<T>, Triangle<T>, ArrayVec<[Triangle<T>; 4]>>; }

Required Methods

Implementors