| libigl v2.5.0
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | igl | 
| Functions | |
| void | igl::simplify_polyhedron (const Eigen::MatrixXd &OV, const Eigen::MatrixXi &OF, Eigen::MatrixXd &V, Eigen::MatrixXi &F, Eigen::VectorXi &J) | 
| Simplify a polyhedron represented as a triangle mesh (OV,OF) by collapsing any edge that doesn't contribute to defining surface's pointset. | |