CGAL 5.3 - 2D and 3D Linear Geometry Kernel

Definition

Operations

A model of this concept must provide:

bool operator() (const Kernel::Line_2 &l, const Kernel::Point_2 &p)
 returns true iff p lies on l.
 
bool operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p)
 returns true iff p lies on r.
 
bool operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p)
 returns true iff p lies on s.