From 61fd3cd32a06744bdc74e1b6adc5d1ffcc633491 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() --- 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 ba62a385af1..6ffeddf5c12 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -207,6 +207,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 c754b27f1e0..62a480166a3 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.