|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedV, typename DerivedF, typename DerivedVD, typename DerivedFD> | |
| void | igl::false_barycentric_subdivision (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedVD > &VD, Eigen::PlainObjectBase< DerivedFD > &FD) |
| Refine the mesh by adding the barycenter of each face. | |