advanced |
| |
typedef to K::FT.
| |
| |
typedef to K::Point_2.
| |
| |
typedef to K::Less_xy_2.
| |
| |
typedef to K::Orientation_2.
| |
| |
AdaptableBinaryFunction class op:
Point_2 Point_2 FT.
For a fixed Point_2 , op returns
where denotes the Euclidean
distance.
|
|
| returns 2. | ||
|
| |||
returns twice the Euclidean distance between p and q. | ||||
|
| |||
returns Operation where p is the fixed point. | ||||
| ||||
|
| |||
writes the pair (points_begin[0], p) where p is drawn from [points_begin, points_end) such that the Euclidean distance between both points is maximized (maximum perimeter 2-gon rooted at points_begin[0]) to o and returns the past-the-end iterator for that sequence (== o + 2). | ||||
|
| |||
|
|
advanced |