mirror of https://github.com/CGAL/cgal
23 lines
662 B
TeX
23 lines
662 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}
|
|
|