Fix "decomposition" typos

This commit is contained in:
Mael Rouxel-Labbé 2023-02-14 18:47:46 +01:00
parent 8ba8953def
commit 597a51c71f
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ namespace CGAL {
\ingroup PkgMinkowskiSum2Ref \ingroup PkgMinkowskiSum2Ref
The `Polygon_vertical_decomposition_2` class implements a convex The `Polygon_vertical_decomposition_2` class implements a convex
decompistion of a polygon or a polygon with holes into pseudo trapezoids decomposition of a polygon or a polygon with holes into pseudo trapezoids
utilizing the CGAL::decompose() free function of the utilizing the CGAL::decompose() free function of the
\ref chapterArrangement_on_surface_2 "2D Arrangements" package. \ref chapterArrangement_on_surface_2 "2D Arrangements" package.

View File

@ -40,9 +40,9 @@ static const char* strategy_names[] = {
"small-side angle-bisector decomposition", "small-side angle-bisector decomposition",
"optimal convex decomposition", "optimal convex decomposition",
"Hertel-Mehlhorn decomposition", "Hertel-Mehlhorn decomposition",
"Greene decomosition", "Greene decomposition",
"Triangulation", "Triangulation",
"Vertical decomosition" "Vertical decomposition"
}; };
Polygon_with_holes_2 compute_minkowski_sum_2(Polygon_2& p, Polygon_2& q, Polygon_with_holes_2 compute_minkowski_sum_2(Polygon_2& p, Polygon_2& q,