libigl v2.5.0
Loading...
Searching...
No Matches
intersect_other.h File Reference
#include "../../igl_inline.h"
#include "RemeshSelfIntersectionsParam.h"
#include <Eigen/Dense>
#include "intersect_other.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::copyleft
namespace  igl::copyleft::cgal

Functions

template<typename DerivedVA, typename DerivedFA, typename DerivedVB, typename DerivedFB, typename DerivedIF, typename DerivedVVAB, typename DerivedFFAB, typename DerivedJAB, typename DerivedIMAB>
bool igl::copyleft::cgal::intersect_other (const Eigen::MatrixBase< DerivedVA > &VA, const Eigen::MatrixBase< DerivedFA > &FA, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< DerivedFB > &FB, const RemeshSelfIntersectionsParam &params, 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.
template<typename DerivedVA, typename DerivedFA, typename DerivedVB, typename DerivedFB, typename DerivedIF>
bool igl::copyleft::cgal::intersect_other (const Eigen::MatrixBase< DerivedVA > &VA, const Eigen::MatrixBase< DerivedFA > &FA, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< DerivedFB > &FB, const bool first_only, Eigen::PlainObjectBase< DerivedIF > &IF)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.