libigl v2.5.0
|
#include <Eigen/Dense>
#include "collapse_small_triangles.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
void | igl::collapse_small_triangles (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const double eps, Eigen::MatrixXi &FF) |
Given a triangle mesh (V,F) compute a new mesh (VV,FF) which contains the original faces and vertices of (V,F) except any small triangles have been removed via collapse. | |