From 68148b16d348884ee844079d76d5b1bce11019cd Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 5 Dec 2018 18:31:00 +0200 Subject: [PATCH] Documented set_point_cloud() for ConvexPolygonShape2D (cherry picked from commit 1d238c18351f7c2b21a989d459b88a2f5ecd1b57) --- doc/classes/ConvexPolygonShape2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml index 84eb809151e..e14544c8306 100644 --- a/doc/classes/ConvexPolygonShape2D.xml +++ b/doc/classes/ConvexPolygonShape2D.xml @@ -18,7 +18,7 @@ - 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.