bool qslim(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const size_t max_m, Eigen::MatrixXd &U, Eigen::MatrixXi &G, Eigen::VectorXi &J, Eigen::VectorXi &I)
Decimate (simplify) a triangle mesh in nD according to the paper "Simplifying Surfaces with Color and...