CGAL 5.3 - dD Geometry Kernel
Kernel_d::Less_or_equal_lexicographically_d Concept Reference

Definition

Operations

A model of this concept must provide:

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...
 

Member Function Documentation

◆ operator()()

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\).

Precondition
p and q have the same dimension.