8#ifndef IGL_ADD_BARYCENTER_H
9#define IGL_ADD_BARYCENTER_H
24 template <
typename DerivedV,
typename DerivedF,
typename DerivedVD,
typename DerivedFD>
26 const Eigen::MatrixBase<DerivedV> & V,
27 const Eigen::MatrixBase<DerivedF> & F,
28 Eigen::PlainObjectBase<DerivedVD> & VD,
29 Eigen::PlainObjectBase<DerivedFD> & FD);
33#ifndef IGL_STATIC_LIBRARY
34# include "false_barycentric_subdivision.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.