From 3ae1c6cc8434e3776607c3213a7238abac9e3a66 Mon Sep 17 00:00:00 2001 From: Steven Vergenz Date: Mon, 4 Nov 2013 14:48:55 -0500 Subject: [PATCH] Update Matrix3.html Update mat3 docs to clarify value orientation --- docs/api/math/Matrix3.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/math/Matrix3.html b/docs/api/math/Matrix3.html index 87a03e6830..5ce49fbda2 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]

-- GitLab