Bladeren bron

Matrix3 docs fixes

sole 13 jaren geleden
bovenliggende
commit
ef0e0267ea
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      docs/api/core/Matrix3.html

+ 4 - 4
docs/api/core/Matrix3.html

@@ -19,9 +19,9 @@
 
 		<h2>Properties</h2>
 
-		<h3>.[page:Array m]</h3>
+		<h3>.[page:Float32Array elements]</h3>
 		<div>
-		Array with matrix values.
+		Float32Array with matrix values.
 		</div>
 
 
@@ -32,9 +32,9 @@
 		Transposes this matrix in place.
 		</div>
 
-		<h3>.transposeIntoArray( [page:Array r] ) [page:Array]</h3>
+		<h3>.transposeIntoArray( [page:Array r] ) [page:Matrix3]</h3>
 		<div>
-		Transposes this matrix into supplied array.
+		Transposes this matrix into the supplied array *r*, and returns itself.
 		</div>