void collapse_small_triangles(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const double eps, Eigen::PlainObjectBase< DerivedFF > &FF)
Given a triangle mesh (V,F) compute a new mesh (VV,FF) which contains the original faces and vertices...