diff options
| author | letheed | 2018-06-15 19:08:19 +0200 |
|---|---|---|
| committer | letheed | 2018-06-15 19:08:19 +0200 |
| commit | d759d25aca6151f574efe15ca09b49c1c01973c3 (patch) | |
| tree | 976955ab268922ab7f95a564cd1cfec2c8cb5b24 /doc | |
| parent | 4c41f6c2adb27103873e1ba495bddb8842a54b25 (diff) | |
| download | godot-d759d25aca6151f574efe15ca09b49c1c01973c3.tar.gz godot-d759d25aca6151f574efe15ca09b49c1c01973c3.tar.zst godot-d759d25aca6151f574efe15ca09b49c1c01973c3.zip | |
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 26e2da09d..ba62a385a 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"> |
