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

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.