Matrix Inverse

Compute the inverse of the input transform matrix

Installation

To use this Node, you must enable omni.anim.shared.core in the Extension Manager.

Inputs

Name

Type

Description

Default

transform

matrixd[4]

Transform matrix

[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]

Outputs

Name

Type

Description

Default

transform

matrixd[4]

Output transform matrix

[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]