Type Definitions
The following type definitions are available globally.
-
Undocumented
See moreDeclaration
Objective-C
typedef struct{ /**** * Rotation around the vertical axis is called yaw. */ float yaw; /**** * Rotation around the side-to-side axis is called pitch. */ float pitch; /**** * Rotation around the front-to-back axis is called roll. */ float roll; }QEYawPitchRoll