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;
}

Undocumented

  • yaw
    • Rotation around the vertical axis is called yaw.

    Declaration

    Objective-C

    float yaw
    • Rotation around the side-to-side axis is called pitch.

    Declaration

    Objective-C

    float pitch
    • Rotation around the front-to-back axis is called roll.

    Declaration

    Objective-C

    float roll