The matrix3 entries are in the following order:
m11 m12 m13
m21 m22 m23
m31 m32 m33
Elements of the matrix
单位矩阵
Identity Matrix3
零矩阵
Zero Matrix3
计算在当前矩阵的基础上叠加旋转变化后的矩阵
Applies rotate transform to this matrix
theta Rotation angle in radians.
新的矩阵 (A new matrix)
复制当前矩阵
Clones the current matrix to a new matrix
A new matrix
计算行列式
Calculates the determinant of this matrix3 (行列式)
判断矩阵是否相等
Determines whether the current matrix and m are equal
将数组设置为矩阵的值
Sets values of the current matrix by an array
An array of matrix elements
Offset to start
当前矩阵 this matrix
根据旋转变换设置矩阵的值
Sets this matrix from rotate transform
theta Rotation angle in radians.
当前矩阵 this matrix
计算逆矩阵
Inverts this matrix (逆矩阵)
新的矩阵 (A new matrix)
乘一个标量
Multiplies this matrix by a number;
新的矩阵 (A new matrix)
设置矩阵的值
The matrix3 entries are in the following order:
m11 m12 m13
m21 m22 m23
m31 m32 m33
将矩阵的值转换成数组输出
Outputs the elements of the current matrix as an array
转置矩阵
Transposes this matrix
新的矩阵 (A new matrix)
Generated using TypeDoc
表示一个 3 x 3 的矩阵
Class representing a three by there matrix