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