From 6b489db87170fa0df967243de55103561beb40f8 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 24 Jan 2024 22:16:57 +0200 Subject: [PATCH] substituted with => substituted by --- .../Arrangement_on_surface_2.txt | 62 +++++++++---------- .../Arr_bounded_planar_topology_traits_2.h | 4 +- .../CGAL/Arr_conic_traits_2.h | 2 +- .../CGAL/Arr_spherical_topology_traits_2.h | 4 +- .../CGAL/Arr_unb_planar_topology_traits_2.h | 4 +- .../CGAL/Arrangement_on_surface_2.h | 4 +- .../Arrangement_on_surface_with_history_2.h | 4 +- .../CGAL/Arrangement_with_history_2.h | 4 +- .../Concepts/ArrangementLandmarkTraits_2.h | 2 +- 9 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt index 42b4621de21d..5b4b9ed90515 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt @@ -69,10 +69,10 @@ class Arrangement_2 { ... }; An instance of this template represents an arrangement embedded in the plane. When the template is instantiated, the `GeometryTraits` -parameter must be substituted with a type that defines a set of +parameter must be substituted by a type that defines a set of geometric-object types, such as point and curve, and a set of operations on objects of these types (see Section \ref -aos_sec-geom_traits); the `Dcel` parameter must be substituted with a +aos_sec-geom_traits); the `Dcel` parameter must be substituted by a type that represents a doubly-connected edge list (\dcel) data structure. It defines types of topological objects, such as vertices, edges, and faces, and the operations required to maintain the @@ -91,7 +91,7 @@ An instance of this template represents a two-dimensional arrangement embedded in a surface in three dimensional space. When the template is instantiated, the `GeometryTraits` parameter must be substituted as described above; the `TopologyTraits` parameter must be substituted -with a type that deals with the topology of the surface (see Section +by a type that deals with the topology of the surface (see Section \ref aos_sec-topol_traits). In particular, it maintains a representation of the arrangement graph embedded in the surface using a doubly-connected edge list (\dcel) data-structure suitable for @@ -390,7 +390,7 @@ the `Arrangement_2` class template; their description follows.