#include "igl_inline.h"
#include <Eigen/Core>
#include <cassert>
#include "triangle_triangle_intersect_shared_edge.cpp"
Go to the source code of this file.
|
| template<typename DerivedV, typename DerivedF, typename Derivedp> |
| bool | igl::triangle_triangle_intersect_shared_edge (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const int f, const int c, const Eigen::MatrixBase< Derivedp > &p, const int g, const typename DerivedV::Scalar epsilon) |
| | Determine whether two triangles — which share an edge— intersect.
|