BWAPI
|
Go to the source code of this file.
Namespaces | |
namespace | CGALi |
Functions | |
template<class K > | |
bool | CGALi::do_intersect (const typename K::Triangle_3 &t, const typename K::Ray_3 &r, const K &k) |
template<class K > | |
bool | CGALi::do_intersect (const typename K::Ray_3 &r, const typename K::Triangle_3 &t, const K &k) |
template<class K > | |
bool | CGALi::do_intersect_coplanar (const typename K::Triangle_3 &t, const typename K::Ray_3 &r, const K &k) |
template<class K > | |
bool | do_intersect (const Ray_3< K > &r, const Triangle_3< K > &t) |
template<class K > | |
bool | do_intersect (const Triangle_3< K > &t, const Ray_3< K > &r) |
bool do_intersect | ( | const Ray_3< K > & | r, |
const Triangle_3< K > & | t | ||
) | [inline] |
bool do_intersect | ( | const Triangle_3< K > & | t, |
const Ray_3< K > & | r | ||
) | [inline] |