#include "../../igl_inline.h"
#include "RemeshSelfIntersectionsParam.h"
#include <Eigen/Dense>
#include "intersect_other.cpp"
Go to the source code of this file.
|
| 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 ¶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.
|
| 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.
|