8#ifndef IGL_COPYLEFT_CGAL_OUTER_HULL_H
9#define IGL_COPYLEFT_CGAL_OUTER_HULL_H
10#include "../../igl_inline.h"
36 const Eigen::PlainObjectBase<DerivedV> & V,
37 const Eigen::PlainObjectBase<DerivedF> & F,
38 Eigen::PlainObjectBase<DerivedHV> & HV,
39 Eigen::PlainObjectBase<DerivedHF> & HF,
40 Eigen::PlainObjectBase<DerivedJ> & J,
41 Eigen::PlainObjectBase<Derivedflip> & flip);
46#ifndef IGL_STATIC_LIBRARY
47# include "outer_hull.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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,...