This site has been archived and remains strictly as a historical reference for developers who actively maintain apps built using the legacy Google VR SDK, which was last updated in 2019 and is no longer receiving updates.
  • All developers actively developing experiences for Google Cardboard should use the new open source Cardboard SDKs for iOS, Android NDK, and Unity XR Plugin. These new SDKs offer streamlined APIs, improved device compatibility, and built-in viewer profile QR code scanning.
  • The Daydream View VR headset is no longer available for purchase as of October 15, 2019. Existing apps on supported devices are unaffected for users who previously installed those applications. It is no longer possible to opt-in to Daydream distribution via Google Play.

gvr_quatf

#include <gvr_types.h>

A floating point quaternion, in JPL format.

Summary

We use this simple struct in order not to impose a dependency on a particular math library. The user of this API is free to encapsulate this into any math library they want.

Public attributes

qw
float
qw is the scalar component.
qx
float
qx, qy, qz are the vector components.
qy
float
qz
float

Public attributes

qw

float gvr_quatf::qw

qw is the scalar component.

qx

float gvr_quatf::qx

qx, qy, qz are the vector components.

qy

float gvr_quatf::qy

qz

float gvr_quatf::qz