This commit is contained in:
Monique Teillaud 2006-09-14 13:00:21 +00:00
parent 5737cdadcf
commit 15efccac02
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,32 @@
\begin{ccRefConcept}{AlgebraicKernelForSpheres::RootForSpheres_2_3}
\ccDefinition
Concept to represent the roots of a system of three equations of degree 2
in three variables \ccc{x}, \ccc{y} and \ccc{z} that are models of concept
\ccc{AlgebraicKernelForSpheres::PolynomialForSpheres_2_3}.
%\ccAccessFunctions
%\ccFunction{const RootOf_2 & x();}{}
%\ccGlue
%\ccFunction{const RootOf_2 & y();}{}
\ccOperations
The comparison operator \ccc{==} must be provided.
\ccFunction{bool operator ==(
const AlgebraicKernelForSpheres::RootForSpheres_2_3 & p,
const AlgebraicKernelForSpheres::RootForSpheres_2_3 & q);}{}
\ccHasModels
\ccc{CGAL::Root_for_spheres_2_3}
\ccSeeAlso
\ccRefIdfierPage{AlgebraicKernelForSpheres}
\end{ccRefConcept}

View File

@ -32,7 +32,7 @@
\input{Circular_kernel_3_ref/PolynomialsForLines_3}
\input{Circular_kernel_3_ref/PolynomialsForCircles_3}
\input{Circular_kernel_3_ref/RootForSpheres_2_3}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% algebraic functors