CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
#include <Concepts/FunctionObjectConcepts.h>
AdaptableFunctor
(with two arguments)CGAL::compare_xy()
Operations | |
bool | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q) |
returns true iff p and q have the same Cartesian \( x\)-coordinate and the same Cartesian \( y\)-coordinate. More... | |
bool Kernel::EqualXY_3::operator() | ( | const Kernel::Point_3 & | p, |
const Kernel::Point_3 & | q | ||
) |
returns true iff p
and q
have the same Cartesian \( x\)-coordinate and the same Cartesian \( y\)-coordinate.