diff options
author | unknown <8143879+yodamerlin@users.noreply.github.com> | 2018-06-13 23:26:04 +0100 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-06-18 15:25:13 +0200 |
commit | d1b3f36eab87e9fc6054634236c9fbcb9198c9d8 (patch) | |
tree | 97c8fc02d742930f6bd57e6eb645e107623fed13 /doc/classes | |
parent | 1d2ed8885dcf0e32f22be8236c88857f6f7720c6 (diff) |
Added description for abs function in Rect2
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Rect2.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index c21106074b..1eea940da9 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -42,6 +42,7 @@ <return type="Rect2"> </return> <description> + 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. </description> </method> <method name="clip"> |