libigl v2.5.0
Loading...
Searching...
No Matches
peel_winding_number_layers.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "peel_winding_number_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 DerivedW >
size_t igl::copyleft::cgal::peel_winding_number_layers (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedW > &W)
 Peel Winding number layers from a mesh.