The Matrix4 entries are in the following order:
m11 m12 m13 m14
m21 m22 m23 m24
m31 m32 m33 m34
m41 m42 m43 m44
Elements of the matrix
单位矩阵
Identity Matrix4
零矩阵
Zero Matrix4
计算在当前矩阵的基础上叠加绕 X 轴旋转变化后的矩阵
Applies rotate transform about X-axis to this matrix
theta Rotation angle in radians.
新的矩阵 (A new matrix)
计算在当前矩阵的基础上叠加绕 Y 轴旋转变化后的矩阵
Applies rotate transform about Y-axis to this matrix
theta Rotation angle in radians.
新的矩阵 (A new matrix)
计算在当前矩阵的基础上叠加绕 Z 轴旋转变化后的矩阵
Applies rotate transform about Z-axis 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 Matrix4 (行列式)
判断矩阵是否相等
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
根据绕 X 轴的旋转变换设置矩阵的值
Sets this matrix from rotate transform about X-axis
theta Rotation angle in radians.
当前矩阵 this matrix
根据绕 Y 轴的旋转变换设置矩阵的值
Sets this matrix from rotate transform about Y-axis
theta Rotation angle in radians.
当前矩阵 this matrix
根据绕 Z 轴的旋转变换设置矩阵的值
Sets this matrix from rotate transform about Z-axis
theta Rotation angle in radians.
当前矩阵 this matrix
计算逆矩阵
Inverts this matrix
新的矩阵 (A new matrix)
乘一个标量
Multiplies this matrix by a number;
新的矩阵 (A new matrix)
设置矩阵的值
The Matrix4 entries are in the following order:
m11 m12 m13 m14
m21 m22 m23 m24
m31 m32 m33 m34
m41 m42 m43 m44
将矩阵的值转换成数组输出
Outputs the elements of the current matrix as an array
转置矩阵
Transposes this matrix
新的矩阵 (A new matrix)
Generated using TypeDoc
表示一个 4 x 4 的矩阵 Class representing a four by four matrix