From bb5312d3f76b4d99930bd6c84f1150c33766e78c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 27 Jun 2018 00:02:24 +0200 Subject: [PATCH] Document Vector2.round() and Vector3.round() (cherry picked from commit 61fd3cd32a06744bdc74e1b6adc5d1ffcc633491) --- doc/classes/Vector2.xml | 1 + doc/classes/Vector3.xml | 1 + 2 files changed, 2 insertions(+) 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.