#include "../../igl_inline.h"
#include <Eigen/Core>
#include "outer_hull.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedHV , typename DerivedHF , typename DerivedJ , typename Derivedflip > |
void | igl::copyleft::cgal::outer_hull (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedHV > &HV, Eigen::PlainObjectBase< DerivedHF > &HF, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< Derivedflip > &flip) |
| Compute the "outer hull" of a piecewise constant winding number induce triangle mesh (V,F).
|
|