Vector
An Object that specifies the X, Y and Z coordinates of a certain point in space.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
x |
Float | 0.0 |
The X coordinate of the point. |
y |
Float | 0.0 |
The Y coordinate of the point. |
z |
Float | 0.0 |
The Z coordinate of the point. |