8#ifndef IGL_COPYLEFT_CGAL_PIECEWISE_CONSTANT_WINDING_NUMBER_H
9#define IGL_COPYLEFT_CGAL_PIECEWISE_CONSTANT_WINDING_NUMBER_H
30 const Eigen::MatrixBase<DerivedV> & V,
31 const Eigen::MatrixBase<DerivedF>& F);
35#ifndef IGL_STATIC_LIBRARY
36# include "piecewise_constant_winding_number.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool piecewise_constant_winding_number(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F)
Determine if a given mesh induces a piecewise constant winding number field: Is this mesh valid input...