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

Kernel::HasOnBoundary_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 boundary of c.

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

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

Refines

AdaptableFunctor

See Also

CGAL::Circle_2<R>
CGAL::Iso_rectangle_2<R>
CGAL::Triangle_2<R>


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