Data / Vectors
data/vector
Vector
Creates a 3D vector from X, Y, Z components.
Note: Connected inputs override the property defaults.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
x |
number | ✓ | X component. |
y |
number | ✓ | Y component. |
z |
number | ✓ | Z component. |
Outputs
| Name | Type | Description |
|---|---|---|
vector |
vector | The resulting Vector. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
x |
number | 0 |
X |
y |
number | 0 |
Y |
z |
number | 0 |
Z |