BWAPI
|
Go to the source code of this file.
Functions | |
template<class K > | |
CGAL_BEGIN_NAMESPACE K::FT | squared_distance (const PointC2< K > &p, const PointC2< K > &q) |
template<class K > | |
K::FT | scaled_distance_to_line (const LineC2< K > &l, const PointC2< K > &p) |
template<class K > | |
K::FT | scaled_distance_to_line (const PointC2< K > &p, const PointC2< K > &q, const PointC2< K > &r) |
template<class K > | |
K::FT | line_y_at_x (const LineC2< K > &l, const typename K::FT &x) |
template<class K > | |
K::FT | line_x_at_y (const LineC2< K > &l, const typename K::FT &y) |
K::FT line_x_at_y | ( | const LineC2< K > & | l, |
const typename K::FT & | y | ||
) | [inline] |
K::FT line_y_at_x | ( | const LineC2< K > & | l, |
const typename K::FT & | x | ||
) | [inline] |
K::FT scaled_distance_to_line | ( | const LineC2< K > & | l, |
const PointC2< K > & | p | ||
) | [inline] |
K::FT scaled_distance_to_line | ( | const PointC2< K > & | p, |
const PointC2< K > & | q, | ||
const PointC2< K > & | r | ||
) | [inline] |
CGAL_BEGIN_NAMESPACE K::FT squared_distance | ( | const PointC2< K > & | p, |
const PointC2< K > & | q | ||
) | [inline] |