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

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedG , typename DerivedJ , typename Derivedflip >
void igl::copyleft::cgal::outer_hull_legacy (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedG > &G, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< Derivedflip > &flip)
 Compute the "outer hull" of a potentially non-manifold mesh (V,F) whose intersections have been "resolved" (e.g.