libigl v2.5.0
Loading...
Searching...
No Matches
peel_outer_hull_layers.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "peel_outer_hull_layers.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 DerivedI, typename Derivedflip>
int igl::copyleft::cgal::peel_outer_hull_layers (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< Derivedflip > &flip)
 Computes necessary generic information for boolean operations by successively "peeling" off the "outer hull" of a mesh (V,F) resulting from "resolving" all (self-)intersections.