BALL
1.4.2
|
#include <BALL/VIEW/INPUT/headTrackingEvent.h>
Public Member Functions | |
HeadTrackingEvent (InputDeviceDriver *dev, double x, double y, double z, double q1, double q2, double q3, double q4) | |
const Vector3 & | getOrigin () |
const Quaternion & | getTransform () |
Public Member Functions inherited from BALL::VIEW::DeviceEvent | |
DeviceEvent (EventsIDs type, InputDeviceDriver *device) | |
InputDeviceDriver * | getDevice () |
Private Attributes | |
Vector3 | origin_ |
Quaternion | transform_ |
Definition at line 14 of file headTrackingEvent.h.
BALL::VIEW::HeadTrackingEvent::HeadTrackingEvent | ( | InputDeviceDriver * | dev, |
double | x, | ||
double | y, | ||
double | z, | ||
double | q1, | ||
double | q2, | ||
double | q3, | ||
double | q4 | ||
) |
|
inline |
Definition at line 20 of file headTrackingEvent.h.
|
inline |
Definition at line 21 of file headTrackingEvent.h.
|
private |
Definition at line 23 of file headTrackingEvent.h.
|
private |
Definition at line 24 of file headTrackingEvent.h.