24 void processGyro(
Vector3d gyro, int64_t sensorTimeStamp);
25 void processAcceleration(
Vector3d acc, int64_t sensorTimeStamp);
26 void processMag(
Vector3d mag, int64_t sensorTimeStamp);
28 void startTracking(DeviceOrientation orientation);
30 Quaternion lastHeadView(
double timeOffsetInSeconds);
32 void updateDeviceOrientation(DeviceOrientation orientation);
34 bool neckModelEnabled();
35 void setNeckModelEnabled(
bool enabled);
44 int64_t mLastGyroEventTimestamp;
45 bool mNeckModelEnabled;
47 float mOrientationCorrectionAngle;