From 073a4dbbb20fada91254e38d26befbfffb1e555c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 6 May 2025 13:57:01 +0100 Subject: [PATCH] and more --- .../Concepts/MinQuadrilateralTraits_2.h | 14 +++++++------- .../Concepts/RectangularPCenterTraits_2.h | 10 +++++----- .../Concepts/ExtremalPolygonTraits_2.h | 2 +- .../Concepts/AllFurthestNeighborsTraits_2.h | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Bounding_volumes/doc/Bounding_volumes/Concepts/MinQuadrilateralTraits_2.h b/Bounding_volumes/doc/Bounding_volumes/Concepts/MinQuadrilateralTraits_2.h index 65ffccff529..202ed91caeb 100644 --- a/Bounding_volumes/doc/Bounding_volumes/Concepts/MinQuadrilateralTraits_2.h +++ b/Bounding_volumes/doc/Bounding_volumes/Concepts/MinQuadrilateralTraits_2.h @@ -74,25 +74,25 @@ typedef unspecified_type Equal_2; /*! a model for -`Kernel::Less_xy_2`. +`Kernel::LessXY_2`. */ typedef unspecified_type Less_xy_2; /*! a model for -`Kernel::Less_yx_2`. +`Kernel::LessYX_2`. */ typedef unspecified_type Less_yx_2; /*! a model for -`Kernel::Has_on_negative_side_2`. +`Kernel::HasOnNegativeSide_2`. */ typedef unspecified_type Has_on_negative_side_2; /*! a model for -`Kernel::Compare_angle_with_x_axis_2`. +`Kernel::CompareAngleWithXAxis_2`. */ typedef unspecified_type Compare_angle_with_x_axis_2; @@ -101,7 +101,7 @@ AdaptableFunctor `op`: `Rectangle_2` \f$ \times\f$ `Rectangle_2` \f$ \rightarrow\f$ `bool`. -`op(r1,r2)` returns true, iff the area of \f$ r1\f$ is +`op(r1,r2)` returns `true`, iff the area of \f$ r1\f$ is strictly less than the area of \f$ r2\f$. */ typedef unspecified_type Area_less_rectangle_2; @@ -112,7 +112,7 @@ AdaptableFunctor `Parallelogram_2` \f$ \times\f$ `Parallelogram_2` \f$ \rightarrow\f$ `bool`. -`op(p1,p2)` returns true, iff the area of \f$ p1\f$ is strictly less +`op(p1,p2)` returns `true`, iff the area of \f$ p1\f$ is strictly less than the area of \f$ p2\f$. */ typedef unspecified_type Area_less_parallelogram_2; @@ -122,7 +122,7 @@ AdaptableFunctor `op`: `Strip_2` \f$ \times\f$ `Strip_2` \f$ \rightarrow\f$ `bool`. -`op(s1,s2)` returns true, iff the width of \f$ s1\f$ is strictly less +`op(s1,s2)` returns `true`, iff the width of \f$ s1\f$ is strictly less than the width of \f$ s2\f$. */ typedef unspecified_type Width_less_strip_2; diff --git a/Bounding_volumes/doc/Bounding_volumes/Concepts/RectangularPCenterTraits_2.h b/Bounding_volumes/doc/Bounding_volumes/Concepts/RectangularPCenterTraits_2.h index 4b18a7a762a..a7c629bc852 100644 --- a/Bounding_volumes/doc/Bounding_volumes/Concepts/RectangularPCenterTraits_2.h +++ b/Bounding_volumes/doc/Bounding_volumes/Concepts/RectangularPCenterTraits_2.h @@ -34,31 +34,31 @@ typedef unspecified_type Point_2; /*! model for -`Kernel::Iso_rectangle_2`. +`Kernel::IsoRectangle_2`. */ typedef unspecified_type Iso_rectangle_2; /*! model for -`Kernel::Less_x_2`. +`Kernel::LessX_2`. */ typedef unspecified_type Less_x_2; /*! model for -`Kernel::Less_y_2`. +`Kernel::LessY_2`. */ typedef unspecified_type Less_y_2; /*! model for -`Kernel::Construct_vertex_2`. +`Kernel::ConstructVertex_2`. */ typedef unspecified_type Construct_vertex_2; /*! model for -`Kernel::Construct_iso_rectangle_2`. +`Kernel::ConstructIsoRectangle_2`. */ typedef unspecified_type Construct_iso_rectangle_2; diff --git a/Inscribed_areas/doc/Inscribed_areas/Concepts/ExtremalPolygonTraits_2.h b/Inscribed_areas/doc/Inscribed_areas/Concepts/ExtremalPolygonTraits_2.h index d31bfb5c861..d54e930ab6e 100644 --- a/Inscribed_areas/doc/Inscribed_areas/Concepts/ExtremalPolygonTraits_2.h +++ b/Inscribed_areas/doc/Inscribed_areas/Concepts/ExtremalPolygonTraits_2.h @@ -45,7 +45,7 @@ typedef unspecified_type Point_2; /*! model for -`Kernel::Less_xy_2`. +`Kernel::LessXY_2`. */ typedef unspecified_type Less_xy_2; diff --git a/Polytope_distance_d/doc/Polytope_distance_d/Concepts/AllFurthestNeighborsTraits_2.h b/Polytope_distance_d/doc/Polytope_distance_d/Concepts/AllFurthestNeighborsTraits_2.h index 452ade88fee..ce7dbed0fac 100644 --- a/Polytope_distance_d/doc/Polytope_distance_d/Concepts/AllFurthestNeighborsTraits_2.h +++ b/Polytope_distance_d/doc/Polytope_distance_d/Concepts/AllFurthestNeighborsTraits_2.h @@ -48,7 +48,7 @@ typedef unspecified_type Compute_squared_distance_2; /*! model for -`Kernel::Less_xy_2`. +`Kernel::LessXY_2`. */ typedef unspecified_type Less_xy_2;