Nodo Invertir matriz

El nodo Invertir matriz.

Returns the inverse of the given matrix.

Entradas

Matriz

La matriz a ser invertida.

Propiedades

Este nodo no contiene propiedades.

Salidas

Matriz

La matriz invertida.

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.