quaternion property
final
The quaternion representation of the device's 3D rotation.
A quaternion is a mathematical representation of rotation in 3D space, providing a more efficient and stable way to represent rotations compared to Euler angles.
Implementation
final Quaternion quaternion;