logo
pub trait IntoTetrahedrons: Polygonal {
    fn into_tetrahedrons(self) -> ArrayVec<Trigon<Self::Vertex>, 4>;
}

Required Methods

Implementors