Go to the source code of this file.
Namespaces |
namespace | CGALi |
Functions |
template<class K > |
bool | CGALi::_intersection_test_vertex (const typename K::Point_3 *p, const typename K::Point_3 *q, const typename K::Point_3 *r, const typename K::Point_3 *a, const typename K::Point_3 *b, const typename K::Point_3 *c, const K &k) |
template<class K > |
bool | CGALi::_intersection_test_edge (const typename K::Point_3 *p, const typename K::Point_3 *q, const typename K::Point_3 *r, const typename K::Point_3 *a, const typename K::Point_3 *CGAL_kernel_precondition_code(b), const typename K::Point_3 *c, const K &k) |
template<class K > |
bool | CGALi::do_intersect_coplanar (const typename K::Triangle_3 &t1, const typename K::Triangle_3 &t2, const K &k) |
template<class K > |
K::Boolean | CGALi::do_intersect (const typename K::Triangle_3 &t1, const typename K::Triangle_3 &t2, const K &k) |
template<class K > |
K::Boolean | do_intersect (const Triangle_3< K > &t1, const Triangle_3< K > &t2) |
Function Documentation