| |
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 root, op(p, q) returns
twice the area of the triangle (root, q, p).
|
|
| returns 3. | ||
|
| |||
returns FT(0). | ||||
|
| |||
returns Operation where p is the fixed root point. | ||||
| ||||
|
| |||
writes the vertices of [points_begin, points_end) forming a maximum area triangle rooted at points_begin[0] to o and returns the past-the-end iterator for that sequence (== o + 3). | ||||
|
|
|||
|
|