mirror of https://github.com/CGAL/cgal
Added normal and unit_normal function ans functors
This commit is contained in:
parent
e1f07a4bde
commit
5ed516225e
|
|
@ -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}
|
||||
|
||||
|
|
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue