Skip to content

Commit

Permalink
do not use abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Apr 22, 2024
1 parent d290ae3 commit 3a32338
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ aforementioned free functions is actually realized by a set overriding
member function.

member functions of the `Polygon_set_2`
(resp. `General_polygon_set_2`) that perform Boolean set-operations
(respectively `General_polygon_set_2`) that perform Boolean set-operations
come in two flavors: for example, `S.join(P, Q)` computes the union of
\f$ P\f$ and \f$ Q\f$ and assigned the result to \f$ S\f$, while
`S.join(P)` performs the operation \f$ S \longleftarrow S \cup P\f$.
Expand Down Expand Up @@ -579,8 +579,8 @@ template, as described above, an instance of the
`Arr_polyline_traits_2` class template; see Section \ref
arr_ssectr_polylines in the 2D Arrangements package.

<li>Each input linear polygon (resp. linear polygon with holes) is
converted into a general polygon (resp. general polygon with holes)
<li>Each input linear polygon (respectively linear polygon with holes) is
converted into a general polygon (respectively general polygon with holes)
bounded by \f$x\f$-monotone polylines. Then, the resulting generl
polygons, which are also bounded by \f$x\f$-monotone polylines, are
converted back to standard polygons.
Expand Down
Loading

0 comments on commit 3a32338

Please sign in to comment.