summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Vector4.xml')
-rw-r--r--doc/classes/Vector4.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Vector4.xml b/doc/classes/Vector4.xml
index c5503a9357..8514670231 100644
--- a/doc/classes/Vector4.xml
+++ b/doc/classes/Vector4.xml
@@ -155,7 +155,7 @@
This method is faster than using [method is_equal_approx] with one value as a zero vector.
</description>
</method>
- <method name="length" qualifiers="const">
+ <method name="length" qualifiers="const" keywords="size">
<return type="float" />
<description>
Returns the length (magnitude) of this vector.
@@ -168,7 +168,7 @@
This method runs faster than [method length], so prefer it if you need to compare vectors or need the squared distance for some formula.
</description>
</method>
- <method name="lerp" qualifiers="const">
+ <method name="lerp" qualifiers="const" keywords="interpolate">
<return type="Vector4" />
<param index="0" name="to" type="Vector4" />
<param index="1" name="weight" type="float" />