Invert Matrix Node¶
Returns the inverse of the given matrix.
Đầu Vào (Inputs)¶
- Matrix
The matrix to invert.
Tính Chất (Properties)¶
Nút này không có tính chất nào cả.
Đầu Ra (Outputs)¶
- Matrix
The inverted matrix.
- Invertible
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.
Quan trọng
When a matrix is not invertible, the identity matrix is returned.