Go to the source code of this file.
Classes |
class | CGALi::Ray_2_Segment_2_pair< K > |
Namespaces |
namespace | CGALi |
Functions |
template<class K > |
bool | CGALi::do_intersect (const typename K::Ray_2 &p1, const typename K::Segment_2 &p2, const K &) |
template<class K > |
bool | CGALi::do_intersect (const typename K::Segment_2 &p2, const typename K::Ray_2 &p1, const K &k) |
template<class K > |
Object | CGALi::intersection (const typename K::Ray_2 &ray, const typename K::Segment_2 &seg, const K &) |
template<class K > |
Object | CGALi::intersection (const typename K::Segment_2 &seg, const typename K::Ray_2 &ray, const K &k) |
template<class K > |
bool | do_intersect (const Segment_2< K > &p1, const Ray_2< K > &p2) |
template<class K > |
bool | do_intersect (const Ray_2< K > &p1, const Segment_2< K > &p2) |
template<class K > |
Object | intersection (const Segment_2< K > &seg, const Ray_2< K > &ray) |
template<class K > |
Object | intersection (const Ray_2< K > &ray, const Segment_2< K > &seg) |
Function Documentation