Browse Source

Update Matrix3.html

Update mat3 docs to clarify value orientation
Steven Vergenz 11 years ago
parent
commit
3ae1c6cc84
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/math/Matrix3.html

+ 3 - 3
docs/api/math/Matrix3.html

@@ -28,7 +28,7 @@
 		n33 -- todo
 		n33 -- todo
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		Initialize the 3x3 matrix with a row-major sequence of values.
 		</div>
 		</div>
 
 
 
 
@@ -37,7 +37,7 @@
 
 
 		<h3>.[page:Float32Array elements]</h3>
 		<h3>.[page:Float32Array elements]</h3>
 		<div>
 		<div>
-		Float32Array with matrix values.
+		Float32Array with column-major matrix values.
 		</div>
 		</div>
 
 
 
 
@@ -72,7 +72,7 @@
 		n33 -- todo
 		n33 -- todo
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		Set the 3x3 matrix values to the given row-major sequence of values.
 		</div>
 		</div>
 
 
 		<h3>.multiplyScalar([page:todo s]) [page:todo]</h3>
 		<h3>.multiplyScalar([page:todo s]) [page:todo]</h3>