Nodo Invertir matriz

El nodo Invertir matriz.

Returns the inverse of the given matrix.

Entradas

Matriz

The matrix to invert.

Propiedades

Este nodo no contiene propiedades.

Salidas

Matriz

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.

Importante

When a matrix is not invertible, the identity matrix is returned.