|
@@ -141,6 +141,12 @@ zAxis = (c, f, i)
|
|
<h3>[method:this multiplyScalar]( [param:Float s] )</h3>
|
|
<h3>[method:this multiplyScalar]( [param:Float s] )</h3>
|
|
<p>Multiplies every component of the matrix by the scalar value *s*.</p>
|
|
<p>Multiplies every component of the matrix by the scalar value *s*.</p>
|
|
|
|
|
|
|
|
+ <h3>[method:this rotate]( [param:Float theta] )</h3>
|
|
|
|
+ <p>Rotates this matrix by the given angle (in radians).</p>
|
|
|
|
+
|
|
|
|
+ <h3>[method:this scale]( [param:Float sx], [param:Float sy] )</h3>
|
|
|
|
+ <p>Scales this matrix with the given scalar values.</p>
|
|
|
|
+
|
|
<h3>[method:this set]( [param:Float n11], [param:Float n12], [param:Float n13], [param:Float n21], [param:Float n22], [param:Float n23], [param:Float n31], [param:Float n32], [param:Float n33] )</h3>
|
|
<h3>[method:this set]( [param:Float n11], [param:Float n12], [param:Float n13], [param:Float n21], [param:Float n22], [param:Float n23], [param:Float n31], [param:Float n32], [param:Float n33] )</h3>
|
|
<p>
|
|
<p>
|
|
[page:Float n11] - value to put in row 1, col 1.<br />
|
|
[page:Float n11] - value to put in row 1, col 1.<br />
|
|
@@ -183,6 +189,9 @@ zAxis = (c, f, i)
|
|
[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major] format.
|
|
[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major] format.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
+ <h3>[method:this translate]( [param:Float tx], [param:Float ty] )</h3>
|
|
|
|
+ <p>Translates this matrix by the given scalar values.</p>
|
|
|
|
+
|
|
<h3>[method:this transpose]()</h3>
|
|
<h3>[method:this transpose]()</h3>
|
|
<p>[link:https://en.wikipedia.org/wiki/Transpose Transposes] this matrix in place.</p>
|
|
<p>[link:https://en.wikipedia.org/wiki/Transpose Transposes] this matrix in place.</p>
|
|
|
|
|