summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRoniPerson <67514656+RoniPerson@users.noreply.github.com>2021-04-17 15:20:49 +0200
committerGitHub <noreply@github.com>2021-04-17 15:20:49 +0200
commit8f01c261f27e1f869fa769f442801fe389e56ecd (patch)
tree1fc811c0d2ba62e39f6a1e8a5dfd572308602f50 /doc/classes
parent0ee744ff5f3cf045a2699aa4111de3200b9d70be (diff)
changed description of `merge_polygons`
Clarified that the `merge_polygons` method can produce multiple holes.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Geometry2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Geometry2D.xml b/doc/classes/Geometry2D.xml
index 2c0d9b54d1..13354ec19e 100644
--- a/doc/classes/Geometry2D.xml
+++ b/doc/classes/Geometry2D.xml
@@ -184,7 +184,7 @@
</argument>
<description>
Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and returns an array of merged polygons. This performs [constant OPERATION_UNION] between polygons.
- The operation may result in an outer polygon (boundary) and inner polygon (hole) produced which could be distinguished by calling [method is_polygon_clockwise].
+ The operation may result in an outer polygon (boundary) and multiple inner polygons (holes) produced which could be distinguished by calling [method is_polygon_clockwise].
</description>
</method>
<method name="offset_polygon">