OmniGraph Node omni.graph.nodes.OgnInvertMatrix

omni.graph.nodes.OgnInvertMatrix Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Invert Matrix

__categories

math:operator

Generated Class Name

OgnInvertMatrixDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.OgnInvertMatrix Description

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

omni.graph.nodes.OgnInvertMatrix Inputs

Name

Type

Default

Required?

Descripton

inputs:matrix

[‘matrixd[3]’, ‘matrixd[3][]’, ‘matrixd[4]’, ‘matrixd[4][]’]

None

Y

The input matrix or matrices to invert

omni.graph.nodes.OgnInvertMatrix Outputs

Name

Type

Default

Required?

Descripton

outputs:invertedMatrix

[‘matrixd[3]’, ‘matrixd[3][]’, ‘matrixd[4]’, ‘matrixd[4][]’]

None

Y

the resulting inverted matrix or matrices