Invert Matrix

Invert a matrix or an array of matrices. Returns the FLOAT_MAX ‘*’ identity if the matrix is singular

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

matrix

matrixd[3], matrixd[4], matrixd[3][], matrixd[4][]

The input matrix or matrices to invert

Outputs

Name

Type

Description

Default

invertedMatrix

matrixd[3], matrixd[4], matrixd[3][], matrixd[4][]

the resulting inverted matrix or matrices