summaryrefslogtreecommitdiff
path: root/doc/classes/Vector2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Vector2.xml')
-rw-r--r--doc/classes/Vector2.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index 5ffe807606..66563dc5a4 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -72,6 +72,12 @@
Bounce returns the vector "bounced off" from the given plane, specified by its normal vector.
</description>
</method>
+ <method name="ceil">
+ <return type="Vector2">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="clamped">
<return type="Vector2">
</return>
@@ -196,6 +202,12 @@
Rotates the vector by "phi" radians.
</description>
</method>
+ <method name="round">
+ <return type="Vector2">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="slide">
<return type="Vector2">
</return>