diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-06-15 22:35:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 22:35:43 +0200 |
commit | d145ec1c8551b8b3fec92b6154dc20899b33f67b (patch) | |
tree | 976955ab268922ab7f95a564cd1cfec2c8cb5b24 /doc | |
parent | 4c41f6c2adb27103873e1ba495bddb8842a54b25 (diff) | |
parent | d759d25aca6151f574efe15ca09b49c1c01973c3 (diff) |
Merge pull request #19583 from letheed/doc-vector2
Fix Vector2 doc of floor, add ceil doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Vector2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 26e2da09d6..ba62a385af 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -76,6 +76,7 @@ <return type="Vector2"> </return> <description> + Returns the vector with all components rounded up. </description> </method> <method name="clamped"> @@ -142,7 +143,7 @@ <return type="Vector2"> </return> <description> - Remove the fractional part of x and y. + Returns the vector with all components rounded down. </description> </method> <method name="is_normalized"> |