mirror of https://github.com/CGAL/cgal
20 lines
599 B
TeX
20 lines
599 B
TeX
\begin{ccRefFunction}{collinear}
|
|
|
|
\ccFunction{bool collinear(const Point_2<R> &p,
|
|
const Point_2<R> &q,
|
|
const Point_2<R> &r);}
|
|
{returns \ccStyle{true}, iff $p$, $q$, and $r$ are collinear.}
|
|
|
|
\ccFunction{bool collinear(const Point_3<R> &p,
|
|
const Point_3<R>&q,
|
|
const Point_3<R>&r);}
|
|
{returns \ccStyle{true}, iff $p$, $q$, and $r$ are collinear.}
|
|
|
|
\ccSeeAlso
|
|
\ccRefIdfierPage{CGAL::leftturn} \\
|
|
\ccRefIdfierPage{CGAL::orientation} \\
|
|
\ccRefIdfierPage{CGAL::rightturn} \\
|
|
|
|
\end{ccRefFunction}
|
|
|