逆矩阵¶
返回给定矩阵的逆矩阵。
输入¶
- 矩阵
要反转的矩阵。
属性¶
该节点没有属性。
输出¶
- 矩阵
已反转的矩阵。
- 可逆
Returns whether the matrix could be inverted. This can be false when a transformation matrix has a scale of zero, for example. See Invertible matrix for more information.
Important
如果矩阵不可逆,则返回单位矩阵。