Kernel::CompareSquaredRadius_3

A model for this must provide:

Comparison_result fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::FT sr)
compares the squared radius of the sphere defined by the points p and q to sr.

Comparison_result fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r, Kernel::FT sr)
compares the squared radius of the sphere defined by the points p, q, and r to sr.

Comparison_result
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r,
Kernel::Point_3 s,
Kernel::FT sr)
compares the squared radius of the sphere defined by the points p, q, , r, and s to sr.

Refines

AdaptableFunctor (with three arguments)

See Also

CGAL::compare_squared_radius