mirror of https://github.com/CGAL/cgal
Added normal and unit normal
This commit is contained in:
parent
a322da0f0e
commit
8421cc0779
|
|
@ -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}
|
||||
|
|
@ -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}
|
||||
Loading…
Reference in New Issue