diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h b/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h index 85ba6ccc235..fefc8a75748 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h @@ -113,7 +113,7 @@ locate(const Arrangement_on_surface_2& arr, * * If the type Bgt2 is the same as the type Gt2, use a reference to Gt2 * to avoid constructing a new one. Otherwise, instantiate a local variable - * of the former and provide the later as a single parameter to the + * of the former and provide the latter as a single parameter to the * constructor. * * Use the form 'A a(*b);' and not ''A a = b;' to handle the case where A has diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h index dfa6fb89ffc..4d518c96961 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h @@ -241,7 +241,7 @@ overlay(const Arrangement_on_surface_2& arr1 * If the type Ovl_gt2 is the same as the type * GeomTraits, use a reference to GeomTraits to avoid constructing a new one. * Otherwise, instantiate a local variable of the former and provide - * the later as a single parameter to the constructor. + * the latter as a single parameter to the constructor. * * Use the form 'A a(*b);' and not ''A a = b;' to handle the case where A has * only an implicit constructor, (which takes *b as a parameter). diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h index 099f44192ee..6a53d0d4ee3 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h @@ -117,7 +117,7 @@ decompose(const Arrangement_on_surface_2& arr, * * If the type Vgt2 is the same as the type Gt2, use a * reference to Gt2 to avoid constructing a new one. Otherwise, - * instantiate a local variable of the former and provide the later as a + * instantiate a local variable of the former and provide the latter as a * single parameter to the constructor. * * Use the form 'A a(*b);' and not ''A a = b;' to handle the case where A has diff --git a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h index 1436405e4d8..6c826feec2a 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h +++ b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h @@ -264,7 +264,7 @@ insert_empty(Arrangement_on_surface_2& arr, * If the type C_visitor::Geometry_traits_2 is the same as the type * GeometryTraits_2, use a reference to GeometryTraits_2 to avoid constructing * a new one. Otherwise, instantiate a local variable of the former and - * provide the later as a single parameter to the constructor. + * provide the latter as a single parameter to the constructor. * * Use the form 'A a(*b);' and not ''A a = b;' to handle the case where A has * only an implicit constructor, (which takes *b as a parameter). @@ -319,7 +319,7 @@ void insert_empty(Arrangement_on_surface_2& * If the type C_visitor::Geometry_traits_2 is the same as the type * GeometryTraits_2, use a reference to GeometryTraits_2 to avoid constructing * a new one. Otherwise, instantiate a local variable of the former and - * provide the later as a single parameter to the constructor. + * provide the latter as a single parameter to the constructor. * * Use the form 'A a(*b);' and not ''A a = b;' to handle the case where A has * only an implicit constructor, (which takes *b as a parameter). @@ -372,7 +372,7 @@ void insert_non_empty(Arrangement_on_surface_2(intersect) == 0 is a way to // test "intersect == Intersection()" (aka empty intersection), but - // the later does not work. + // the latter does not work. Surface_patch surface = (dimension(intersect) == 0) ? Surface_patch() : Surface_patch( diff --git a/Minkowski_sum_2/doc/Minkowski_sum_2/Minkowski_sum_2.txt b/Minkowski_sum_2/doc/Minkowski_sum_2/Minkowski_sum_2.txt index e8007276ac5..9e2fff039ac 100644 --- a/Minkowski_sum_2/doc/Minkowski_sum_2/Minkowski_sum_2.txt +++ b/Minkowski_sum_2/doc/Minkowski_sum_2/Minkowski_sum_2.txt @@ -669,7 +669,7 @@ of the offset approximation for degenerate polygons such as line segments. This enhancement was developed by Efi Fogel, who also developed a new decomposition strategy, which can handle polygons with holes, essentially enabling the computation of Minkowski sum of two polygons with holes using the decomposition -approach. The later was introduced with release 4.6. Ron Wein, Efi Fogel, +approach. The latter was introduced with release 4.6. Ron Wein, Efi Fogel, Ophir Setter, Andreas Fabri, and Laurent Rineau helped maintaining the package applying bug fixes and other improvements. In particular, Andreas Fabri and Laurent Rineau helped tracing and solving several bugs in the approximated diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h index c7693fd9bd0..a217e6ca5b1 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h @@ -46,7 +46,7 @@ public: void before_edge_split(halfedge_descriptor h, const Triangle_mesh& tm); /// called when a new split is done. The target of `hnew` is a new split vertex. There is only one call per edge. void edge_split(halfedge_descriptor hnew, const Triangle_mesh& tm); - /// called when the split of the halfedge `h` passed at the later call to `before_edge_split()` is finished. + /// called when the split of the halfedge `h` passed at the latter call to `before_edge_split()` is finished. void after_edge_split(); /// called when a new edge has been added to triangulate a face. The face triangulated is `f_split` /// in the last call to `before_subface_creations(f_split, tm)`. There is only one call per edge. diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/compute_outer_frame_margin.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/compute_outer_frame_margin.h index 7db792ad14e..f3471d82342 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/compute_outer_frame_margin.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/compute_outer_frame_margin.h @@ -26,7 +26,7 @@ contour offset instead of two contour offsets, one of them corresponding to the Simply using `2*offset` as the separation is incorrect since `offset` is the distance between an offset line and its original, not between an offset vertex and its original. -The later, which is calculated by this function and needed to place the frame sufficiently +The latter, which is calculated by this function and needed to place the frame sufficiently away from the polygon, can be thousands of times larger than `offset`. If the result is absent, any attempt to construct an exterior offset polygon at distance `offset` will fail.