Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Kernel::ComputeSquaredRadius_3

A model for this must provide:

Kernel::FT fo.operator() ( Kernel::Sphere_3 s)
returns the squared radius of s.

Kernel::FT
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r,
Kernel::Point_3 s)
returns the squared radius of the sphere passing through p, q, r and s.
Precondition: p, q, r and s are not coplanar.

Kernel::FT
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r)
returns the squared radius of the sphere passing through p, q and r, and whose center is in the plane defined by these three points.

See Also

CGAL::Sphere_3<R>
CGAL::squared_radius


Next: Kernel::ComputeVolume_3
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.