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

Kernel::OrientedSide_3

A model for this must provide:

Oriented_side
fo.operator() ( Kernel::Plane_3 h,
Kernel::Point_3 p)
returns ON_ORIENTED_BOUNDARY, ON_NEGATIVE_SIDE, or the constant ON_POSITIVE_SIDE, depending on the position of p relative to the oriented plane h.

Oriented_side
fo.operator() ( Kernel::Tetrahedron_3 t,
Kernel::Point_3 p)
returns ON_ORIENTED_BOUNDARY, ON_NEGATIVE_SIDE, or the constant ON_POSITIVE_SIDE, depending on the position of p relative to the oriented tetrahedron t.

Oriented_side
fo.operator() ( Kernel::Sphere_3 s,
Kernel::Point_3 p)
returns ON_ORIENTED_BOUNDARY, ON_NEGATIVE_SIDE, or the ON_POSITIVE_SIDE, depending on the position of p relative to the oriented sphere s.

Refines

AdaptableFunctor

See Also

CGAL::Plane_3<R>
CGAL::Sphere_3<R>
CGAL::Tetrahedron_3<R>


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