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 |
|
The input matrix or matrices to invert |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
invertedMatrix |
|
the resulting inverted matrix or matrices |