|
@@ -36,7 +36,7 @@ Copies value of *v* to this vector.
|
|
|
Sets this vector to *a + b*.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.addSelf( [page:Vector4 v] ) [page:Vector4s]</h3>
|
|
|
+<h3>.addSelf( [page:Vector4 v] ) [page:Vector4]</h3>
|
|
|
<div>
|
|
|
Adds *v* to this vector.
|
|
|
</div>
|
|
@@ -87,7 +87,7 @@ Computes length of this vector.
|
|
|
Normalizes this vector.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.setLength( [page:Float l] ) [page:Vector3]</h3>
|
|
|
+<h3>.setLength( [page:Float l] ) [page:Vector4]</h3>
|
|
|
<div>
|
|
|
Normalizes this vector and multiplies it by *l*.
|
|
|
</div>
|
|
@@ -97,7 +97,7 @@ Normalizes this vector and multiplies it by *l*.
|
|
|
Linearly interpolate between this vector and *v* with *alpha* factor.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.clone() [page:Vector3]</h3>
|
|
|
+<h3>.clone() [page:Vector4]</h3>
|
|
|
<div>
|
|
|
Clones this vector.
|
|
|
</div>
|