Make Matrix3
Merge 3 row vectors into a matrix. If the inputs are arrays, the output will be an array of matrices.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
First Row (inputs:x) |
|
The first row of the matrix |
None |
Second Row (inputs:y) |
|
The second row of the matrix |
None |
Third Row (inputs:z) |
|
The third row of the matrix |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Matrix (outputs:matrix) |
|
Matrix formed from the input row vectors |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.MakeMatrix3 |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
tags |
compose,combine,join |
uiName |
Make Matrix3 |
Categories |
math:conversion |
Generated Class Name |
OgnMakeMatrix3Database |
Python Module |
omni.graph.nodes |