cgal/Kernel_23/doc_tex/Kernel_23_ref/y_equal.tex

20 lines
599 B
TeX

\begin{ccRefFunction}{y_equal}
\ccFunction{bool y_equal(const Point_2<Kernel> &p,
const Point_2<Kernel> &q);}
{returns \ccStyle{true}, iff \ccStyle{p} and \ccStyle{q}
have the same \ccStyle{y}-coordinate.}
\ccFunction{bool y_equal(const Point_3<Kernel> &p,
const Point_3<Kernel> &q);}
{returns \ccStyle{true}, iff \ccStyle{p} and \ccStyle{q}
have the same \ccStyle{y}-coordinate.}
\ccSeeAlso
\ccRefIdfierPage{CGAL::compare_y} \\
\ccRefIdfierPage{CGAL::x_equal} \\
\ccRefIdfierPage{CGAL::z_equal} \\
\end{ccRefFunction}