3-dimensional vector with float components.
Verse using statement |
using { /Verse.org/SpatialMath } |
Members
This struct has data members, but no functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Left |
float |
The Left (was -Y) component of this vector. |
Up |
float |
The Up (was Z) component of this vector. |
Forward |
float |
The Forward (was X) component of this vector. |