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

Kernel::HasOn_3

A model for this must provide:

bool fo.operator() ( Kernel::Line_3 l, Kernel::Point_3 p)
returns true iff p lies on l.

bool fo.operator() ( Kernel::Ray_3 r, Kernel::Point_3 p)
returns true iff p lies on r.

bool
fo.operator() ( Kernel::Segment_3 s,
Kernel::Point_3 p)
returns true iff p lies on s.

bool
fo.operator() ( Kernel::Plane_3 pl,
Kernel::Point_3 p)
returns true iff p lies on pl.

bool
fo.operator() ( Kernel::Triangle_3 t,
Kernel::Point_3 p)
returns true iff p lies on t.

Refines

AdaptableFunctor

See Also

CGAL::Line_3<R>
CGAL::Plane_3<R>
CGAL::Ray_3<R>
CGAL::Segment_3<R>
CGAL::Sphere_3<R>
CGAL::Triangle_3<R>


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