FunctionObjectConcept

Kernel::ConstructCenter_3

A model for this must provide:

Kernel::Point_3 fo.operator() ( Kernel::Sphere_3 s)
compute the center of the sphere s.

Kernel::Point_3 fo.operator() ( Kernel::Circle_3 c)
compute the center of the circle c.

Refines

AdaptableFunctor (with one argument)

See Also

CGAL::Sphere_3<Kernel>
CGAL::Circle_3<Kernel>