| CGAL 4.4 - 2D and 3D Linear Geometry Kernel | 
AdaptableFunctor (with two arguments) CGAL::Ray_2<Kernel> CGAL::Segment_2<Kernel> | Operations | |
| bool | operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p) | 
| checks if point pis onr.  More... | |
| bool | operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p) | 
| checks if point pis ons.  More... | |
| bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Ray_2 & | r, | 
| const Kernel::Point_2 & | p | ||
| ) | 
checks if point p is on r. 
p is on the supporting line of r. | bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Segment_2 & | s, | 
| const Kernel::Point_2 & | p | ||
| ) | 
checks if point p is on s. 
p is on the supporting line of s.