Go to the source code of this file.
Classes |
class | CGALi::Line_2_Line_2_pair< K > |
Namespaces |
namespace | CGALi |
Functions |
template<class K > |
bool | CGALi::do_intersect (const typename K::Line_2 &p1, const typename K::Line_2 &p2, const K &) |
template<class K > |
Object | CGALi::intersection (const typename K::Line_2 &line1, const typename K::Line_2 &line2, const K &) |
template<class R , class POINT , class RT > |
bool | CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, R &, const Cartesian_tag &) |
template<class R , class POINT , class RT > |
bool | CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, R &, const Homogeneous_tag &) |
template<class R , class POINT , class RT > |
bool | CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, const R &r) |
template<class K > |
bool | do_intersect (const Line_2< K > &p1, const Line_2< K > &p2) |
template<class K > |
Object | intersection (const Line_2< K > &line1, const Line_2< K > &line2) |
Function Documentation