|
@@ -102,9 +102,7 @@ zAxis = (c, f, i)
|
|
|
|
|
|
<h3>[method:this invert]()</h3>
|
|
|
<p>
|
|
|
- Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].
|
|
|
-
|
|
|
- You can not invert with a determinant of zero. If you attempt this, the method produces a zero matrix instead.
|
|
|
+ 将当前矩阵翻转为它的逆矩阵,使用 [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method] 解析方式。你不能对行或列为 0 的矩阵进行翻转,如果你尝试这样做,该方法将生成一个零矩阵。
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:this getNormalMatrix]( [param:Matrix4 m] )</h3>
|
|
@@ -153,7 +151,7 @@ zAxis = (c, f, i)
|
|
|
<p>将矩阵[page:Matrix3 m]乘以当前矩阵。</p>
|
|
|
|
|
|
<h3>[method:this setFromMatrix4]( [param:Matrix4 m] )</h3>
|
|
|
- <p>将当前矩阵设置为4X4矩阵[page:Matrix4 m]左上3X3</p>
|
|
|
+ <p>根据参数 [page:Matrix4 m] 左上 3x3 的矩阵值,设置当前矩阵的值。</p>
|
|
|
|
|
|
<h3>[method:this setUvTransform]( [param:Float tx], [param:Float ty], [param:Float sx], [param:Float sy], [param:Float rotation], [param:Float cx], [param:Float cy] )</h3>
|
|
|
<p>
|