\begin{ccRefFunction}{compare_yx} \ccFunction{Comparison_result compare_yx(const Point_2& p, const Point_2& q);} {Compares the Cartesian coordinates of points \ccStyle{p} and \ccStyle{q} lexicographically in $yx$ order: first $y$-coordinates are compared, if they are equal, $x$-coordinates are compared.} \ccSeeAlso \ccRefIdfierPage{CGAL::compare_xy} \\ \ccRefIdfierPage{CGAL::compare_xyz} \\ \ccRefIdfierPage{CGAL::compare_x} \\ \ccRefIdfierPage{CGAL::compare_x_at_y} \\ \ccRefIdfierPage{CGAL::compare_y} \\ \ccRefIdfierPage{CGAL::compare_y_at_x} \\ \ccRefIdfierPage{CGAL::compare_z} \\ \end{ccRefFunction}