Kernel::CompareYX_2

A model for this must provide:

Comparison_result fo.operator() ( Kernel::Point_2 p, Kernel::Point_2 q)
Compares the Cartesian coordinates of points p and q lexicographically in yx order: first y-coordinates are compared, if they are equal, x-coordinates are compared.

Refines

AdaptableFunctor (with two arguments)

See Also

CGAL::compare_yx
Kernel::CompareXY_2