From d1b3f36eab87e9fc6054634236c9fbcb9198c9d8 Mon Sep 17 00:00:00 2001 From: unknown <8143879+yodamerlin@users.noreply.github.com> Date: Wed, 13 Jun 2018 23:26:04 +0100 Subject: [PATCH] Added description for abs function in Rect2 --- doc/classes/Rect2.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index c21106074b9..1eea940da97 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -42,6 +42,7 @@ + Returns a [code]Rect2[/code] with equivalent position and area, modified so that the top-left corner is the origin and [code]width[/code] and [code]height[/code] are positive.