libigl v2.5.0
Loading...
Searching...
No Matches
triangle_triangle_intersect_shared_edge.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <cassert>
#include "triangle_triangle_intersect_shared_edge.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

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.