From 623e23c6254b26cdb50434c2ee7941e2f9acb181 Mon Sep 17 00:00:00 2001 From: Mansur Isaev <737dab2f169a@mail.ru> Date: Mon, 19 Sep 2022 14:09:56 +0400 Subject: Add method bind for `Geometry2D.decompose_polygon_in_convex` --- doc/classes/Geometry2D.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Geometry2D.xml b/doc/classes/Geometry2D.xml index e613ab1a55..0142018f1a 100644 --- a/doc/classes/Geometry2D.xml +++ b/doc/classes/Geometry2D.xml @@ -33,6 +33,13 @@ Given an array of [Vector2]s, returns the convex hull as a list of points in counterclockwise order. The last point is the same as the first one. + + + + + Decomposes the [param polygon] into multiple convex hulls and returns an array of [PackedVector2Array]. + + -- cgit v1.2.3