Invert Matrix Node#
The Invert Matrix node returns the mathematical inverse matrix.
入力#
- Matrix
The matrix to invert.
Properties(プロパティ)#
このノードにはプロパティがありません。
出力#
- Matrix
The inverted matrix.
- Invertible
Returns true if the matrix cannot be inverted. For example. this can happen when a transformation matrix has a scale of zero. See Invertible matrix for more information.
重要
When a matrix is invertible, the identity matrix is returned.