mirror of https://github.com/CGAL/cgal
Fix "decomposition" typos
This commit is contained in:
parent
8ba8953def
commit
597a51c71f
|
|
@ -4,7 +4,7 @@ namespace CGAL {
|
|||
\ingroup PkgMinkowskiSum2Ref
|
||||
|
||||
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
|
||||
\ref chapterArrangement_on_surface_2 "2D Arrangements" package.
|
||||
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ static const char* strategy_names[] = {
|
|||
"small-side angle-bisector decomposition",
|
||||
"optimal convex decomposition",
|
||||
"Hertel-Mehlhorn decomposition",
|
||||
"Greene decomosition",
|
||||
"Greene decomposition",
|
||||
"Triangulation",
|
||||
"Vertical decomosition"
|
||||
"Vertical decomposition"
|
||||
};
|
||||
|
||||
Polygon_with_holes_2 compute_minkowski_sum_2(Polygon_2& p, Polygon_2& q,
|
||||
|
|
|
|||
Loading…
Reference in New Issue