Added normal and unit_normal function ans functors

This commit is contained in:
Andreas Fabri 2008-01-18 12:57:56 +00:00
parent e1f07a4bde
commit 5ed516225e
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
\begin{ccRefFunction}{normal}
\ccFunction{Vector_3<Kernel> normal( const Point_3<Kernel>& p, const Point_3<Kernel>& q, const Point_3<Kernel>& r );}
{computes the normal vector for the vectors \ccc{q-p} and \ccc{r-p}.}
\end{ccRefFunction}

View File

@ -0,0 +1,8 @@
\begin{ccRefFunction}{unit_normal}
\ccFunction{Vector_3<Kernel> unit_normal( const Point_3<Kernel>& p, const Point_3<Kernel>& q, const Point_3<Kernel>& r );}
{computes the unit normal vector for the vectors \ccc{q-p} and \ccc{r-p}.}
\end{ccRefFunction}