diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-06-27 00:02:24 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-06-27 00:02:24 +0200 |
commit | 61fd3cd32a06744bdc74e1b6adc5d1ffcc633491 (patch) | |
tree | 5b1c59850cc6eb6bca36fa08072f450093906732 /doc | |
parent | f036353b93269e1162437f188f6792f3953ac155 (diff) |
Document Vector2.round() and Vector3.round()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Vector2.xml | 1 | ||||
-rw-r--r-- | doc/classes/Vector3.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index ba62a385af..6ffeddf5c1 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -207,6 +207,7 @@ <return type="Vector2"> </return> <description> + Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero. </description> </method> <method name="slerp"> diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index c754b27f1e..62a480166a 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -208,6 +208,7 @@ <return type="Vector3"> </return> <description> + Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero. </description> </method> <method name="slerp"> |