diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2019-11-30 15:08:50 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2019-11-30 16:52:27 -0500 |
commit | 3231fca934c200b67ff823f82368a79b278bec5e (patch) | |
tree | 702e1187abfaceaac3e517a53baaf86ced5e7790 /doc/classes/Rect2.xml | |
parent | 2e76c7ce194046bd7a085a3400a73ceb976b3254 (diff) | |
download | redot-engine-3231fca934c200b67ff823f82368a79b278bec5e.tar.gz |
Add docs for is_equal_approx on structures
Diffstat (limited to 'doc/classes/Rect2.xml')
-rw-r--r-- | doc/classes/Rect2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index 07fa7777fe..90dd996691 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -143,6 +143,7 @@ <argument index="0" name="rect" type="Rect2"> </argument> <description> + Returns [code]true[/code] if this [Rect2] and [code]rect[/code] are approximately equal, by calling [code]is_equal_approx[/code] on each component. </description> </method> <method name="merge"> @@ -151,7 +152,7 @@ <argument index="0" name="b" type="Rect2"> </argument> <description> - Returns a larger Rect2 that contains this Rect2 and [code]b[/code]. + Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code]. </description> </method> </methods> |