![]() |
Fove SDK
v1.2.0
|
Struct representation on a quaternion. More...
#include <FoveAPI.h>

Public Member Functions | |
| Fove_Quaternion (float xx=0, float yy=0, float zz=0, float ww=1) | |
Public Attributes | |
| float | w = 1 |
| W component of the quaternion. | |
| float | x = 0 |
| X component of the quaternion. | |
| float | y = 0 |
| Y component of the quaternion. | |
| float | z = 0 |
| Z component of the quaternion. | |
Struct representation on a quaternion.
A quaternion represents an orientation in 3D space.
1.8.17