Nodo Invertir matriz#
The Invert Matrix node returns the mathematical inverse matrix.
Entradas#
- Matriz
The matrix to invert.
Propiedades#
Este nodo no contiene propiedades.
Salidas#
- Matriz
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.
Importante
When a matrix is invertible, the identity matrix is returned.