cgal/Kernel_23/doc_tex/Kernel_23_ref/determinant.tex

23 lines
668 B
TeX

%\ccHtmlNoRefLinks
\begin{ccRefFunction}{determinant}
\ccHtmlNoLinks
\ccFunction{Kernel::FT determinant(const Vector_2<Kernel>& v,
const Vector_2<Kernel>& w);}
{returns the determinant of $v$ and $w$.}
\ccHtmlNoLinks
\ccFunction{Kernel::FT determinant(const Vector_3<Kernel>& u,
const Vector_3<Kernel>& v,
const Vector_3<Kernel>& w);}
{returns the determinant of $u$, $v$ and $w$.}
\ccSeeAlso
\ccRefIdfierPage{CGAL::orientation}\\
\ccRefIdfierPage{CGAL::collinear}\\
\ccRefIdfierPage{CGAL::left_turn}\\
\ccRefIdfierPage{CGAL::right_turn}
\end{ccRefFunction}