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