CGAL 5.3 - 2D and 3D Linear Geometry Kernel

Definition

Operations

A model of this concept must provide:

bool operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p)
 checks if point p is on r. More...
 
bool operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p)
 checks if point p is on s. More...
 

Member Function Documentation

◆ operator()() [1/2]

bool Kernel::CollinearHasOn_2::operator() ( const Kernel::Ray_2 r,
const Kernel::Point_2 p 
)

checks if point p is on r.

Precondition
p is on the supporting line of r.

◆ operator()() [2/2]

bool Kernel::CollinearHasOn_2::operator() ( const Kernel::Segment_2 s,
const Kernel::Point_2 p 
)

checks if point p is on s.

Precondition
p is on the supporting line of s.