[name]
A 3x3 matrix.
Constructor
[name]()
Properties
.[page:Array m]
Array with matrix values.
Methods
.transpose() [page:Matrix3]
Transposes this matrix in place.
.transposeIntoArray( [page:Array r] ) [page:Array]
Transposes this matrix into supplied array.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]