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 Scalar , typename Index >
void igl::false_barycentric_subdivision (const Eigen::PlainObjectBase< Scalar > &V, const Eigen::PlainObjectBase< Index > &F, Eigen::PlainObjectBase< Scalar > &VD, Eigen::PlainObjectBase< Index > &FD)
 Refine the mesh by adding the barycenter of each face.