Invert Matrix Node¶
Returns the inverse of the given matrix.
輸入¶
- 矩陣
The matrix to invert.
輸出¶
- 矩陣
The inverted matrix.
- 可逆
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
When a matrix is not invertible, the identity matrix is returned.