CGAL 5.0.3 - dD Geometry Kernel
|
Operations | |
bool | operator() (const Kernel_d::Point_d &p, const Kernel_d::Point_d &q) |
returns true iff \( p\) is lexicographically smaller than \( q\) with respect to Cartesian lexicographic order of points or equal to \( q\). More... | |
bool Kernel_d::Less_or_equal_lexicographically_d::operator() | ( | const Kernel_d::Point_d & | p, |
const Kernel_d::Point_d & | q | ||
) |
returns true
iff \( p\) is lexicographically smaller than \( q\) with respect to Cartesian lexicographic order of points or equal to \( q\).
p
and q
have the same dimension.