Sfoglia il codice sorgente

Merge branch 'master' into dev

Mr.doob 13 anni fa
parent
commit
7165a736d6
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docs/api/core/Vector4.html

+ 3 - 3
docs/api/core/Vector4.html

@@ -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>