mirror of https://github.com/CGAL/cgal
roots
This commit is contained in:
parent
5737cdadcf
commit
15efccac02
|
|
@ -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}
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue