|
Sensor Scol plugin
Multi platform sensors for handled devices
|
Public Member Functions | |
| void | processGyro (Vector3d gyro, int64_t sensorTimeStamp) |
| void | processAcceleration (Vector3d acc, int64_t sensorTimeStamp) |
| void | processMag (Vector3d mag, int64_t sensorTimeStamp) |
| void | startTracking (DeviceOrientation orientation) |
| void | stopTracking () |
| Quaternion | lastHeadView (double timeOffsetInSeconds) |
| void | updateDeviceOrientation (DeviceOrientation orientation) |
| bool | neckModelEnabled () |
| void | setNeckModelEnabled (bool enabled) |
| bool | isReady () |
Definition at line 18 of file orientationTracker.h.
Definition at line 9 of file orientationTracker.cpp.
|
virtual |
Definition at line 22 of file orientationTracker.cpp.
| bool isReady | ( | ) |
Definition at line 59 of file orientationTracker.cpp.
| Quaternion lastHeadView | ( | double | timeOffsetInSeconds | ) |
Definition at line 64 of file orientationTracker.cpp.
| bool neckModelEnabled | ( | ) |
Definition at line 113 of file orientationTracker.cpp.
| void processAcceleration | ( | Vector3d | acc, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 44 of file orientationTracker.cpp.
| void processGyro | ( | Vector3d | gyro, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 33 of file orientationTracker.cpp.
| void processMag | ( | Vector3d | mag, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 50 of file orientationTracker.cpp.
| void setNeckModelEnabled | ( | bool | enabled | ) |
Definition at line 118 of file orientationTracker.cpp.
| void startTracking | ( | DeviceOrientation | orientation | ) |
Definition at line 26 of file orientationTracker.cpp.
| void stopTracking | ( | ) |
Definition at line 55 of file orientationTracker.cpp.
| void updateDeviceOrientation | ( | DeviceOrientation | orientation | ) |
Definition at line 90 of file orientationTracker.cpp.