-gon that can be
inscribed into a given convex polygon.
|
int
|
t.min_k () const
|
returns the minimal for
which a maximal -gon can be computed. (e.g. in the maximum
area case this is three.)
|
|
|
FT
|
t.init ( const Point_2& p, const Point_2& q) const
|
| |
returns the value of the objective function for a
polygon consisting of the two points p and q. (e.g.
in the maximum area case this is FT( 0).)
|
|
|
Operation
|
t.operation ( const Point_2& p) const
|
| |
return Operation where p is the fixed
point.
|
|
|
template < class RandomAccessIterator, class OutputIterator >
|
|
OutputIterator
|
|
t.compute_min_k_gon ( |
RandomAccessIterator points_begin,
RandomAccessIterator points_end,
FT& max_area,
OutputIterator o) |
const
|
| |
writes the
points of [points_begin, points_end) forming a
min_k()-gon rooted at points_begin[0] of maximal
value to o and returns the past-the-end iterator for that
sequence (== o + min_k()).
|
|
|
Less_xy_2
|
t.less_xy_2_object ()
|
|
Orientation_2
|
t.orientation_2_object ()
|