|
BWAPI
|
#include <CGAL/Triangle_3_Triangle_3_do_intersect.h>

Go to the source code of this file.
Namespaces | |
| namespace | CGALi |
Functions | |
| template<class K > | |
| K::Boolean | CGALi::do_intersect (const typename K::Triangle_3 &tr, const typename K::Tetrahedron_3 &tet, const K &k) |
| template<class K > | |
| K::Boolean | CGALi::do_intersect (const typename K::Tetrahedron_3 &tet, const typename K::Triangle_3 &tr, const K &k) |
| template<class K > | |
| bool | do_intersect (const Tetrahedron_3< K > &tet, const Triangle_3< K > &tr) |
| template<class K > | |
| bool | do_intersect (const Triangle_3< K > &tr, const Tetrahedron_3< K > &tet) |
| bool do_intersect | ( | const Tetrahedron_3< K > & | tet, |
| const Triangle_3< K > & | tr | ||
| ) | [inline] |
| bool do_intersect | ( | const Triangle_3< K > & | tr, |
| const Tetrahedron_3< K > & | tet | ||
| ) | [inline] |
1.7.6.1