mirror of https://github.com/CGAL/cgal
17 lines
543 B
TeX
17 lines
543 B
TeX
\begin{ccRefFunction}{y_equal}
|
|
\ccInclude{CGAL/predicates_on_points_2.h}
|
|
|
|
\ccFunction{bool y_equal(const Point_2<R> &p,
|
|
const Point_2<R> &q);}
|
|
{returns \ccStyle{true}, iff \ccStyle{p} and \ccStyle{q}
|
|
have the same \ccStyle{y}-coordinate.}
|
|
|
|
\ccInclude{CGAL/predicates_on_points_3.h}
|
|
|
|
\ccFunction{bool y_equal(const Point_3<R> &p,
|
|
const Point_3<R> &q);}
|
|
{returns \ccStyle{true}, iff \ccStyle{p} and \ccStyle{q}
|
|
have the same \ccStyle{y}-coordinate.}
|
|
\end{ccRefFunction}
|
|
|