CGAL 5.1.5 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor
(with three arguments)CGAL::are_ordered_along_line()
Operations | |
bool | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r) |
returns true , iff the three points are collinear and q lies between p and r . More... | |
bool Kernel::AreOrderedAlongLine_3::operator() | ( | const Kernel::Point_3 & | p, |
const Kernel::Point_3 & | q, | ||
const Kernel::Point_3 & | 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
.