| CGAL 4.4 - 2D and 3D Linear Geometry Kernel | 
AdaptableFunctor (with three arguments) CGAL::are_ordered_along_line() | Operations | |
| bool | operator() (const Kernel::Point_2 &p, const Kernel::Point_2 &q, const Kernel::Point_2 &r) | 
| returns true, iff the three points are collinear andqlies betweenpandr.  More... | |
| bool Kernel::AreOrderedAlongLine_2::operator() | ( | const Kernel::Point_2 & | p, | 
| const Kernel::Point_2 & | q, | ||
| const Kernel::Point_2 & | r | ||
| ) | 
returns true, iff the three points are collinear and q lies between p and r. 
Note that true is returned, if q==p or q==r.