Break Matrix3
Split matrix into 3 vectors. If the input is an array, the output will be arrays of vectors.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Matrix (inputs:matrix) |
|
Input matrix(s) |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
X (outputs:x) |
|
The first row of the matrix |
None |
Y (outputs:y) |
|
The second row of the matrix |
None |
Z (outputs:z) |
|
The third row of the matrix |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.BreakMatrix3 |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
tags |
decompose,separate,isolate |
uiName |
Break Matrix3 |
Categories |
math:conversion |
Generated Class Name |
OgnBreakMatrix3Database |
Python Module |
omni.graph.nodes |