From d759d25aca6151f574efe15ca09b49c1c01973c3 Mon Sep 17 00:00:00 2001 From: letheed Date: Fri, 15 Jun 2018 19:08:19 +0200 Subject: Fix Vector2 doc of floor, add ceil doc --- doc/classes/Vector2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 26e2da09d6..ba62a385af 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -76,6 +76,7 @@ + Returns the vector with all components rounded up. @@ -142,7 +143,7 @@ - Remove the fractional part of x and y. + Returns the vector with all components rounded down. -- cgit v1.2.3