diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index bfdd1c11c8f..cf324e8fc36 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -198,6 +198,7 @@ + Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero. diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index b296549a702..c116eb26d37 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -208,6 +208,7 @@ + Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.