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

Kernel::ConstructCircumcenter_3

A model for this must provide:

Kernel::Point_3
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r,
Kernel::Point_3 s)
compute the center of the sphere passing through the points p, q, r, and s.
Precondition: p, q, r, and s are not coplanar.

Kernel::Point_3
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r)
compute the center of the circle passing through the points p, q and r.
Precondition: p, q and r are not collinear.

See Also

CGAL::circumcenter


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