CGAL 5.6.1 - dD Geometry Kernel
Kernel_d::Less_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. More...
 

Member Function Documentation

◆ operator()()

bool Kernel_d::Less_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.

Precondition
p and q have the same dimension.