| CGAL 4.4 - 2D and 3D Linear Geometry Kernel | 
AdaptableFunctor (with two arguments) CGAL::Line_2<Kernel> CGAL::Ray_2<Kernel> CGAL::Segment_2<Kernel> | Operations | |
| bool | operator() (const Kernel::Line_2 &l, const Kernel::Point_2 &p) | 
| returns true iff plies onl.  More... | |
| bool | operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p) | 
| returns true iff plies onr.  More... | |
| bool | operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p) | 
| returns true iff plies ons.  More... | |
| bool Kernel::HasOn_2::operator() | ( | const Kernel::Line_2 & | l, | 
| const Kernel::Point_2 & | p | ||
| ) | 
returns true iff p lies on l. 
| bool Kernel::HasOn_2::operator() | ( | const Kernel::Ray_2 & | r, | 
| const Kernel::Point_2 & | p | ||
| ) | 
returns true iff p lies on r. 
| bool Kernel::HasOn_2::operator() | ( | const Kernel::Segment_2 & | s, | 
| const Kernel::Point_2 & | p | ||
| ) | 
returns true iff p lies on s.