From 15ee7ca8129aaae84453188c4038ef72ecc6b2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 2 Jan 2013 11:42:29 +0100 Subject: [PATCH] fix Bounding_volume doc bug-fix copy-paste error from Min_sphere_of_points_d_traits_X.h and 2D to 3D. --- .../CGAL/Min_sphere_of_spheres_d_traits_2.h | 4 ++-- .../CGAL/Min_sphere_of_spheres_d_traits_3.h | 10 +++++----- .../Min_sphere_of_points_d_traits_3.tex | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_2.h b/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_2.h index cdc53c606c6..a413701f402 100644 --- a/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_2.h +++ b/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_2.h @@ -5,8 +5,8 @@ namespace CGAL { The class `Min_sphere_of_spheres_d_traits_2` is a -model for concept `MinSphereOfSpheresTraits`. It uses the \cgal -type `Point_2` to represent circles. +model for concept `MinSphereOfSpheresTraits`. It uses a pair of \cgal +`Point_2` and `FT` to represent circles. \cgalModels `MinSphereOfSpheresTraits` diff --git a/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_3.h b/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_3.h index eafc25494b2..8aa2f46229b 100644 --- a/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_3.h +++ b/Bounding_volumes/doc/Bounding_volumes/CGAL/Min_sphere_of_spheres_d_traits_3.h @@ -4,9 +4,9 @@ namespace CGAL { \ingroup PkgBoundingVolumes The class -`Min_sphere_of_points_d_traits_3` is a -model for concept `MinSphereOfSpheresTraits`. It uses the \cgal -type `Point_3` to represent circles. +`Min_sphere_of_spheres_d_traits_3` is a +model for concept `MinSphereOfSpheresTraits`. It uses a pair of \cgal +`Point_3` and `FT` to represent spheres. \cgalModels `MinSphereOfSpheresTraits` @@ -33,7 +33,7 @@ public: /// @{ /*! -is the constant 2, i.e. the dimension of \f$ \R^2\f$. +is the constant 3, i.e. the dimension of \f$ \R^3\f$. */ typedef Hidden_type D; @@ -72,7 +72,7 @@ typedef Hidden_type Point; /*! is a typedef to -`Point`. +`std::pair`. */ typedef Hidden_type Sphere; diff --git a/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex index 008dd0e07dd..c35ccb0b1c7 100644 --- a/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex +++ b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex @@ -5,7 +5,7 @@ \ccDefinition The class -\ccc{Min_sphere_of_points_d_traits_3} is a +\ccc{Min_sphere_of_spheres_d_traits_3} is a model for concept \ccc{MinSphereOfSpheresTraits}. It uses the {\cgal} type \ccc{Point_3} to represent circles. @@ -35,7 +35,7 @@ requirements of type \ccc{Use_square_roots} of concept \ccc{Algorithm} of concept \ccc{MinSphereOfSpheresTraits}: It must be either \ccc{Default_algorithm}, \ccc{LP_algorithm} or \ccc{Farthest_first_heuristic}.} \ccConstants -\ccNestedType{D}{is the constant 2, i.e.\ the dimension of $\R^2$.} +\ccNestedType{D}{is the constant 3, i.e.\ the dimension of $\R^3$.} \ccTypes In addition to the types required by the concept @@ -53,7 +53,7 @@ In addition to the types required by the concept \ccNestedType{Point}{is a typedef to \ccc{K::Point_3}.} \ccNestedType{Sphere}{is a typedef to - \ccc{Point}.} + \ccc{std::pair}.} \ccNestedType{Cartesian_const_iterator}{is a typedef to \ccc{K::Cartesian_const_iterator_3}.}