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 |
|
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 |
|
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]] |