Added normal and unit normal

This commit is contained in:
Andreas Fabri 2008-01-18 13:45:08 +00:00
parent a322da0f0e
commit 8421cc0779
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,18 @@
\begin{ccRefFunctionObjectConcept}{Kernel::ConstructNormal_3}
A model for this must provide:
\ccCreationVariable{fo}
\ccMemberFunction{Kernel::Vector_3 operator()(const Kernel::Point_3& p,
const Kernel::Point_3& q,
const Kernel::Point_3& r );}
{computes the normal of the vectors\ccc{q-p} and \ccc{r-p}.}
\ccRefines
\ccc{AdaptableFunctor} (with three arguments)
\ccSeeAlso
\ccRefIdfierPage{CGAL::normal} \\
\ccRefIdfierPage{CGAL::unit_normal} \\
\end{ccRefFunctionObjectConcept}

View File

@ -0,0 +1,17 @@
\begin{ccRefFunctionObjectConcept}{Kernel::ConstructUnitNormal_3}
A model for this must provide:
\ccCreationVariable{fo}
\ccMemberFunction{Kernel::Vector_3 operator()(const Kernel::Point_3& p,
const Kernel::Point_3& q,
const Kernel::Point_3& r );}
{computes the unit normal of the vectors\ccc{q-p} and \ccc{r-p}.}
\ccRefines
\ccc{AdaptableFunctor} (with three arguments)
\ccSeeAlso
\ccRefIdfierPage{CGAL::normal} \\
\ccRefIdfierPage{CGAL::unit_normal} \\
\end{ccRefFunctionObjectConcept}