Make 2-Vector#
Merge 2 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, you must enable omni.graph.nodes
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
X (x) |
|
The first component of the vector |
|
Y (y) |
|
The second component of the vector |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
Vector (tuple) |
|
Output vector(s) |