FunctionObjectConcept

Kernel::HasOn_3

A model for this must provide:

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

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::Plane_3 pl, Kernel::Line_3 l)
returns true iff l lies on pl.

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

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

bool fo.operator() ( Kernel::Sphere_3 s, Kernel::Circle_3 c)
returns true iff c lies on s.

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

Refines

AdaptableFunctor (with two arguments)

See Also

CGAL::Circle_3<Kernel>
CGAL::Line_3<Kernel>
CGAL::Plane_3<Kernel>
CGAL::Point_3<Kernel>
CGAL::Ray_3<Kernel>
CGAL::Segment_3<Kernel>
CGAL::Sphere_3<Kernel>
CGAL::Triangle_3<Kernel>