Kernel::HasOnUnboundedSide_2

A model for this must provide:

bool
fo.operator() ( Kernel::Circle_2 c,
Kernel::Point_2 p)
returns true iff p lies on the unbounded side of c.

bool
fo.operator() ( Kernel::Iso_rectangle_2 i,
Kernel::Point_2 p)
returns true iff p lies on the unbounded side of i.

bool
fo.operator() ( Kernel::Triangle_2 t,
Kernel::Point_2 p)
returns true iff p lies on the unbounded side of t.

Refines

AdaptableFunctor (with two arguments)

See Also

CGAL::Circle_2<Kernel>
CGAL::Iso_rectangle_2<Kernel>
CGAL::Triangle_2<Kernel>