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

Kernel::SideOfBoundedSphere_3

A model for this must provide:

Bounded_side
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r,
Kernel::Point_3 s,
Kernel::Point_3 t)
returns the relative position of point t to the sphere defined by p, q, r, and s. The order of the points p, q, r, and s does not matter.
Precondition: p, q, r and s are not coplanar.

Bounded_side
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r,
Kernel::Point_3 t)
returns the position of the point t relative to the sphere passing through p, q, and r and whose center is in the plane defined by these three points.

Bounded_side
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 t)
returns the position of the point t relative to the sphere that has pq as its diameter.

See Also

CGAL::side_of_bounded_sphere


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