\begin{ccRefFunction}{compare_y} \ccFunction{Comparison_result compare_y(const Point_2 &p, const Point_2 &q);} {compares Cartesian $y$-coordinates of $p$ and $q$.} \ccFunction{Comparison_result compare_y(const Point_3 &p, const Point_3 &q);} {compares Cartesian $y$-coordinates of $p$ and $q$.} \begin{ccHtmlOnly} Comparison of the x 
or y coordinates of the (implicitly given) points in the boxes \end{ccHtmlOnly} \begin{ccTexOnly} \begin{figure}[hb] \centerline{\includegraphics{Kernel_23_ref/fig/compare1}} \caption{Comparison of the $x$ or $y$-coordinates of the (implicitly given) points in the boxes.\label{fig-compare13}} \end{figure} \end{ccTexOnly} \ccFunction{Comparison_result compare_y(const Point_2 &p, const Line_2 &l1, const Line_2 &l2);} {compares the $y$-coordinates of $p$ and the \ccHtmlNoLinksFrom{intersection} of lines $l1$ and $l2$% \ccTexHtml{ (Figure~\ref{fig-compare13} (a))}{, see (a) in the figure above}.} \ccFunction{Comparison_result compare_y(const Line_2 &l, const Line_2 &h1, const Line_2 &h2);} {compares the $y$-coordinates of the \ccHtmlNoLinksFrom{intersection} of line $l$ with line $h1$ and with line $h2$% \ccTexHtml{ (Figure~\ref{fig-compare13} (b))}{, see (b) in the figure above}.} \ccFunction{Comparison_result compare_y(const Line_2 &l1, const Line_2 &l2, const Line_2 &h1, const Line_2 &h2);} {compares the $y$-coordinates of the \ccHtmlNoLinksFrom{intersection} of lines $l1$ and $l2$ and the \ccHtmlNoLinksFrom{intersection} of lines $h1$ and $h2$ \ccTexHtml{ (Figure~\ref{fig-compare13} (c))}{, see (c) in the figure above}.} \ccSeeAlso \ccRefIdfierPage{CGAL::compare_xy} \\ \ccRefIdfierPage{CGAL::compare_xyz} \\ \ccRefIdfierPage{CGAL::compare_x} \\ \ccRefIdfierPage{CGAL::compare_x_at_y} \\ \ccRefIdfierPage{CGAL::compare_yx} \\ \ccRefIdfierPage{CGAL::compare_y_at_x} \\ \ccRefIdfierPage{CGAL::compare_z} \\ \end{ccRefFunction}