cgal/Old_Packages/Doc23/doc_tex/kernel/Ref/x_equal.tex

21 lines
580 B
TeX

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