mirror of https://github.com/CGAL/cgal
stupid copy-paste bug fixed
This commit is contained in:
parent
37b4b17b3f
commit
5840215302
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Comparison_result
|
||||
\ccMethod{CGAL::Comparison_result
|
||||
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
|
||||
{Compares the \ccc{x} (first) variables of two \ccc{Root_for_spheres_2_3}.}
|
||||
|
|
@ -26,8 +25,7 @@ A model \ccVar\ of this type must provide:
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Comparison_result
|
||||
\ccMethod{CGAL::Comparison_result
|
||||
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
|
||||
{Compares the \ccc{y} (second) variables of two \ccc{Root_for_spheres_2_3}.}
|
||||
|
|
@ -48,8 +46,7 @@ A model \ccVar\ of this type must provide:
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Comparison_result
|
||||
\ccMethod{CGAL::Comparison_result
|
||||
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
|
||||
{Compares the \ccc{z} (third) variables of two \ccc{Root_for_spheres_2_3}.}
|
||||
|
|
@ -70,8 +67,7 @@ A model \ccVar\ of this type must provide:
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Comparison_result
|
||||
\ccMethod{CGAL::Comparison_result
|
||||
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
|
||||
{Compares the \ccc{x} and \ccc{y} (the two first) variables of
|
||||
|
|
@ -93,8 +89,7 @@ two \ccc{Root_for_spheres_2_3} lexicographically.}
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Comparison_result
|
||||
\ccMethod{CGAL::Comparison_result
|
||||
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
|
||||
{Compares two \ccc{Root_for_spheres_2_3} lexicographically.}
|
||||
|
|
@ -116,14 +111,12 @@ A model \ccVar\ of this type must provide:
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Sign
|
||||
\ccMethod{CGAL::Sign
|
||||
operator()(const AlgebraicKernelForSpheres::Polynomial_1_3 & p,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r);}
|
||||
{Computes the sign of polynomial \ccc{p} evaluated at a root \ccc{r}.}
|
||||
|
||||
\ccMethod{template < class OutputIterator >
|
||||
CGAL::Sign
|
||||
\ccMethod{CGAL::Sign
|
||||
operator()(const AlgebraicKernelForSpheres::Polynomial_for_spheres_2_3 & p,
|
||||
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r);}
|
||||
{Same as previous.}
|
||||
|
|
|
|||
Loading…
Reference in New Issue