Kernel::ConstructMinVertex_2

A model for this must provide:

Kernel::Point_2 fo.operator() ( Kernel::Iso_rectangle_2 r)
returns the vertex of r with lexicographically smallest coordinates.

Kernel::Point_2 fo.operator() ( Kernel::Segment_2 s)
returns the vertex of s with lexicographically smallest coordinates.

Refines

AdaptableFunctor (with one argument)

See Also

CGAL::Iso_rectangle_2<Kernel>
CGAL::Segment_2<Kernel>