Break 2-Vector
Split vector into 2 component values.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Vector (inputs:tuple) |
|
2-vector to be broken |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
X (outputs:x) |
|
The first component of the vector |
None |
Y (outputs:y) |
|
The second component of the vector |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.BreakVector2 |
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 2-Vector |
Categories |
math:conversion |
Generated Class Name |
OgnBreakVector2Database |
Python Module |
omni.graph.nodes |