8#ifndef IGL_COPYLEFT_CGAL_INTERSECT_OTHER_H
9#define IGL_COPYLEFT_CGAL_INTERSECT_OTHER_H
49 const Eigen::MatrixBase<DerivedVA> & VA,
50 const Eigen::MatrixBase<DerivedFA> & FA,
51 const Eigen::MatrixBase<DerivedVB> & VB,
52 const Eigen::MatrixBase<DerivedFB> & FB,
54 Eigen::PlainObjectBase<DerivedIF> & IF,
55 Eigen::PlainObjectBase<DerivedVVAB> & VVAB,
56 Eigen::PlainObjectBase<DerivedFFAB> & FFAB,
57 Eigen::PlainObjectBase<DerivedJAB> & JAB,
58 Eigen::PlainObjectBase<DerivedIMAB> & IMAB);
68 const Eigen::MatrixBase<DerivedVA> & VA,
69 const Eigen::MatrixBase<DerivedFA> & FA,
70 const Eigen::MatrixBase<DerivedVB> & VB,
71 const Eigen::MatrixBase<DerivedFB> & FB,
72 const bool first_only,
73 Eigen::PlainObjectBase<DerivedIF> & IF);
78#ifndef IGL_STATIC_LIBRARY
79# include "intersect_other.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool intersect_other(const Eigen::MatrixBase< DerivedVA > &VA, const Eigen::MatrixBase< DerivedFA > &FA, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< DerivedFB > &FB, const RemeshSelfIntersectionsParam ¶ms, Eigen::PlainObjectBase< DerivedIF > &IF, Eigen::PlainObjectBase< DerivedVVAB > &VVAB, Eigen::PlainObjectBase< DerivedFFAB > &FFAB, Eigen::PlainObjectBase< DerivedJAB > &JAB, Eigen::PlainObjectBase< DerivedIMAB > &IMAB)
Given a triangle mesh (VA,FA) and another mesh (VB,FB) find all pairs of intersecting faces.
Parameters for SelfIntersectMesh, remesh_self_intersections and remesh_intersections,...
Definition RemeshSelfIntersectionsParam.h:21