various computations

This commit is contained in:
Monique Teillaud 2006-09-13 14:45:23 +00:00
parent 6963adbc45
commit 1a33f32149
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,54 @@
\begin{ccRefFunctionObjectConcept}{SphericalKernel::ComputeAreaDividedByPi}
\ccCreationVariable{fo}
An object \ccVar\ of this type must provide:
\ccMemberFunction{SphericalKernel::FT
operator()(const Circle_3 & c);}
{Computes the area of the circle, divided by $\pi$.}
\end{ccRefFunctionObjectConcept}
\begin{ccRefFunctionObjectConcept}{SphericalKernel::ComputeSquaredLengthDividedByPiSquare}
\ccCreationVariable{fo}
An object \ccVar\ of this type must provide:
\ccMemberFunction{SphericalKernel::FT
operator()(const Circle_3 & c);}
{Computes the squared length of the circle, divided by $\pi^2$.}
\end{ccRefFunctionObjectConcept}
\begin{ccRefFunctionObjectConcept}{SphericalKernel::ComputeApproximateArea}
\ccCreationVariable{fo}
An object \ccVar\ of this type must provide:
\ccMemberFunction{double
operator()(const Circle_3 & c);}
{Computes an approximation of the area of the circle.}
\end{ccRefFunctionObjectConcept}
\begin{ccRefFunctionObjectConcept}{SphericalKernel::ComputeApproximateSquaredLength}
\ccCreationVariable{fo}
An object \ccVar\ of this type must provide:
\ccMemberFunction{double
operator()(const Circle_3 & c);}
{Computes an approximation of the squared length of the circle.}
\ccMemberFunction{double
operator()(const Circular_arc_3 & c);}
{Computes an approximation of the squared length of the arc.}
\end{ccRefFunctionObjectConcept}
\begin{ccRefFunctionObjectConcept}{SphericalKernel::ComputeApproximateAngle}
\ccCreationVariable{fo}
An object \ccVar\ of this type must provide:
\ccMemberFunction{double
operator()(const Circular_arc_3 & c);}
{Computes an approximation of the angle of the arc.}
\end{ccRefFunctionObjectConcept}

View File

@ -19,6 +19,13 @@
\ccRefConceptPage{SphericalKernel::Intersect_3}
\ccRefConceptPage{SphericalKernel::ComputeAreaDividedByPi}\\
\ccRefConceptPage{SphericalKernel::ComputeSquaredLengthDividedByPiSquare}
\ccRefConceptPage{SphericalKernel::ComputeApproximateArea}\\
\ccRefConceptPage{SphericalKernel::ComputeApproximateSquaredLength}\\
\ccRefConceptPage{SphericalKernel::ComputeApproximateAngle}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Algebraic Concepts}

View File

@ -17,6 +17,7 @@
\input{Circular_kernel_3_ref/GeomFunctorsOtherConstructions}
\input{Circular_kernel_3_ref/GeomFunctorsCompute}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% algebraic kernels