Skip to content

Commit 3ae1c6c

Browse files
Steven Vergenzmrdoob
authored andcommitted
Update Matrix3.html
Update mat3 docs to clarify value orientation
1 parent c95216f commit 3ae1c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/math/Matrix3.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>[name]([page:todo n11], [page:todo n12], [page:todo n13], [page:todo n21], [
2828
n33 -- todo
2929
</div>
3030
<div>
31-
todo
31+
Initialize the 3x3 matrix with a row-major sequence of values.
3232
</div>
3333

3434

@@ -37,7 +37,7 @@ <h2>Properties</h2>
3737

3838
<h3>.[page:Float32Array elements]</h3>
3939
<div>
40-
Float32Array with matrix values.
40+
Float32Array with column-major matrix values.
4141
</div>
4242

4343

@@ -72,7 +72,7 @@ <h3>.set([page:todo n11], [page:todo n12], [page:todo n13], [page:todo n21], [pa
7272
n33 -- todo
7373
</div>
7474
<div>
75-
todo
75+
Set the 3x3 matrix values to the given row-major sequence of values.
7676
</div>
7777

7878
<h3>.multiplyScalar([page:todo s]) [page:todo]</h3>

0 commit comments

Comments
 (0)