summaryrefslogtreecommitdiff
path: root/doc/classes/ConvexPolygonShape2D.xml
diff options
context:
space:
mode:
authorJared <avencherus@gmail.com>2018-12-05 18:31:00 +0200
committerJared <avencherus@gmail.com>2018-12-06 07:01:27 +0200
commit1d238c18351f7c2b21a989d459b88a2f5ecd1b57 (patch)
treeb07600c2ac1cdbf490b9b68ed4afbfb547aed3cf /doc/classes/ConvexPolygonShape2D.xml
parent21dea1011687b4c33ff57debdf3b195d02ddee3b (diff)
Documented set_point_cloud() for ConvexPolygonShape2D
Diffstat (limited to 'doc/classes/ConvexPolygonShape2D.xml')
-rw-r--r--doc/classes/ConvexPolygonShape2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml
index 6b31149c2f..8210e7dc9c 100644
--- a/doc/classes/ConvexPolygonShape2D.xml
+++ b/doc/classes/ConvexPolygonShape2D.xml
@@ -18,7 +18,7 @@
<argument index="0" name="point_cloud" type="PoolVector2Array">
</argument>
<description>
- Currently, this method does nothing.
+ Based on the set of points provided, this creates and assigns the [member points] property using the convex hull algorithm. Removing all unneeded points. See [method Geometry.convex_hull_2d] for details.
</description>
</method>
</methods>