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