Go to the source code of this file.
Namespaces |
namespace | CGALi |
Functions |
template<class K > |
bool | CGALi::intersection_test_vertex (const typename K::Point_2 *P1, const typename K::Point_2 *Q1, const typename K::Point_2 *R1, const typename K::Point_2 *P2, const typename K::Point_2 *Q2, const typename K::Point_2 *R2, const K &k) |
template<class K > |
bool | CGALi::intersection_test_edge (const typename K::Point_2 *P1, const typename K::Point_2 *Q1, const typename K::Point_2 *R1, const typename K::Point_2 *P2, const typename K::Point_2 *Q2, const typename K::Point_2 *R2, const K &k) |
template<class K > |
bool | CGALi::do_intersect (const typename K::Triangle_2 &t1, const typename K::Triangle_2 &t2, const K &k) |
template<class K > |
bool | do_intersect (const Triangle_2< K > &t1, const Triangle_2< K > &t2) |
Function Documentation