Nœud Invert Matrix#
The Invert Matrix node returns the mathematical inverse matrix.
Inputs#
- Matrix
La matrice à inverser.
Properties#
Ce nœud n’a pas de propriétés.
Outputs#
- Matrix
La matrice inversée.
- 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.
Important
When a matrix is invertible, the identity matrix is returned.