FunctionObjectConcept

Kernel::Less_coordinate_d

A model for this must provide:

bool fo ( Kernel::Point_d p , Kernel::Point_d q , int i )
returns true iff the ith cartesian coordinate of p is smaller than the ith cartesian coordinate of q.
Precondition: p and q have the same dimension.