libigl v2.5.0
Loading...
Searching...
No Matches
is_self_intersecting.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "is_self_intersecting.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>
bool igl::copyleft::cgal::is_self_intersecting (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F)
 Determine if a mesh has any self-intersections.