Browse Source

Fix Vector2 doc of floor, add ceil doc

letheed 7 years ago
parent
commit
d759d25aca
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/classes/Vector2.xml

+ 2 - 1
doc/classes/Vector2.xml

@@ -76,6 +76,7 @@
 			<return type="Vector2">
 			<return type="Vector2">
 			</return>
 			</return>
 			<description>
 			<description>
+				Returns the vector with all components rounded up.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="clamped">
 		<method name="clamped">
@@ -142,7 +143,7 @@
 			<return type="Vector2">
 			<return type="Vector2">
 			</return>
 			</return>
 			<description>
 			<description>
-				Remove the fractional part of x and y.
+				Returns the vector with all components rounded down.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="is_normalized">
 		<method name="is_normalized">