cgal/Packages/Kernel_23/doc_tex/kernel/Ref/coplanar.tex

11 lines
364 B
TeX

\begin{ccRefFunction}{coplanar}
\ccInclude{CGAL/predicates_on_points_3.h}
\ccFunction{bool coplanar(const Point_3<R> &p,
const Point_3<R>&q,
const Point_3<R>&r,
const Point_3<R>&s);}
{returns \ccStyle{true}, if $p$, $q$, $r$, and $s$ are coplanar.}
\end{ccRefFunction}