Kernel::ConstructMinVertex_3

A model for this must provide:

Kernel::Point_3 fo.operator() ( Kernel::Iso_cuboid_3 c)
returns the vertex of c with lexicographically smallest coordinates.

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

Refines

AdaptableFunctor (with one argument)

See Also

CGAL::Iso_cuboid_3<Kernel>
CGAL::Segment_3<Kernel>