diff --git a/docs/api/math/Matrix3.html b/docs/api/math/Matrix3.html index 87a03e6830750cbdda29bf109070c9179e135cc9..5ce49fbda2d9be5a0e742f37664d38eaca31aa81 100644 --- a/docs/api/math/Matrix3.html +++ b/docs/api/math/Matrix3.html @@ -28,7 +28,7 @@ n33 -- todo
- todo + Initialize the 3x3 matrix with a row-major sequence of values.
@@ -37,7 +37,7 @@

.[page:Float32Array elements]

- Float32Array with matrix values. + Float32Array with column-major matrix values.
@@ -72,7 +72,7 @@ n33 -- todo
- todo + Set the 3x3 matrix values to the given row-major sequence of values.

.multiplyScalar([page:todo s]) [page:todo]