Decompose Double3 (Python)
Example node that takes in a double3 and outputs scalars that are its components
Installation
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
double3 |
|
Input double3 |
[0, 0, 0] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
x |
|
The x component of the input double3 |
|
y |
|
The y component of the input double3 |
|
z |
|
The z component of the input double3 |