Make 3-Vector
Merge 3 input values into a single output vector. If the inputs are arrays, the output will be an array of vectors.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
X (inputs:x) |
|
The first component of the vector |
None |
Y (inputs:y) |
|
The second component of the vector |
None |
Z (inputs:z) |
|
The third component of the vector |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Vector (outputs:tuple) |
|
Output 3-vector(s) |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.MakeVector3 |
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 3-Vector |
Categories |
math:conversion |
Generated Class Name |
OgnMakeVector3Database |
Python Module |
omni.graph.nodes |