libigl v2.5.0
Loading...
Searching...
No Matches
collapse_small_triangles.h File Reference
#include <Eigen/Dense>
#include "collapse_small_triangles.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedV, typename DerivedF, typename DerivedFF>
void igl::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 of (V,F) except any small triangles have been removed via collapse.