pub fn unify_faces<P, M>(mesh: &M) -> Result<M>where M: IsFaceEditableMesh<P, Face3> + IsVertexEditableMesh<P, Face3> + Default, P: IsBuildable3D,
Algorithm to unifiy the face orientation within a mesh