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