CGAL 4.8.1 - dD Geometry Kernel
|
Operations | |
bool | operator() (const Kernel_d::Point_d &p, const Kernel_d::Point_d &q, int i) |
returns true iff the \( i\)th Cartesian coordinate of p is smaller than the \( i\)th Cartesian coordinate of q . More... | |
bool Kernel_d::Less_coordinate_d::operator() | ( | const Kernel_d::Point_d & | p, |
const Kernel_d::Point_d & | q, | ||
int | i | ||
) |
returns true
iff the \( i\)th Cartesian coordinate of p
is smaller than the \( i\)th Cartesian coordinate of q
.
p
and q
have the same dimension.