1#ifndef IGL_COPYLEFT_CGAL_IS_SELF_INTERSECTING_H
2#define IGL_COPYLEFT_CGAL_IS_SELF_INTERSECTING_H
26 const Eigen::MatrixBase<DerivedV> & V,
27 const Eigen::MatrixBase<DerivedF> & F);
32#ifndef IGL_STATIC_LIBRARY
33# include "is_self_intersecting.cpp"
bool is_self_intersecting(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F)
Determine if a mesh has any self-intersections.