Go to the source code of this file.
Classes |
class | CGALi::Point_2_Triangle_2_pair< K > |
Namespaces |
namespace | CGALi |
Functions |
template<class K > |
bool | CGALi::do_intersect (const typename K::Point_2 &p1, const typename K::Triangle_2 &p2, const K &) |
template<class K > |
bool | CGALi::do_intersect (const typename K::Triangle_2 &p2, const typename K::Point_2 &p1, const K &k) |
template<class K > |
Object | CGALi::intersection (const typename K::Point_2 &pt, const typename K::Triangle_2 &tr, const K &) |
template<class K > |
Object | CGALi::intersection (const typename K::Triangle_2 &tr, const typename K::Point_2 &pt, const K &k) |
template<class K > |
bool | do_intersect (const Triangle_2< K > &tr, const Point_2< K > &pt) |
template<class K > |
bool | do_intersect (const Point_2< K > &pt, const Triangle_2< K > &tr) |
template<class K > |
Object | intersection (const Triangle_2< K > &tr, const Point_2< K > &pt) |
template<class K > |
Object | intersection (const Point_2< K > &pt, const Triangle_2< K > &tr) |
Function Documentation