Merge pull request #19794 from Calinou/document-vector2-vector3-round

Document Vector2.round() and Vector3.round()
This commit is contained in:
Rémi Verschelde 2018-06-27 08:42:01 +02:00 committed by GitHub
commit 68f7cf13c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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">

View file

@ -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">