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

Kernel::BoundedSide_3

A model for this must provide:

Bounded_side
fo.operator() ( Kernel::Sphere_3 s,
Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to sphere s.

Bounded_side
fo.operator() ( Kernel::Tetrahedron_3 t,
Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to tetrahedron t.

Bounded_side
fo.operator() ( Kernel::Iso_cuboid_3 c,
Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to iso-cuboid c.

Refines

AdaptableFunctor

See Also

CGAL::Iso_cuboid_3<R>
CGAL::Sphere_3<R>
CGAL::Tetrahedron_3<R>


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