|
BALL
1.4.2
|
#include <BALL/VIEW/INPUT/motionTrackingEvent.h>
Public Member Functions | |
| MotionTrackingEvent (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 motionTrackingEvent.h.
| BALL::VIEW::MotionTrackingEvent::MotionTrackingEvent | ( | InputDeviceDriver * | dev, |
| double | x, | ||
| double | y, | ||
| double | z, | ||
| double | q1, | ||
| double | q2, | ||
| double | q3, | ||
| double | q4 | ||
| ) |
|
inline |
Definition at line 20 of file motionTrackingEvent.h.
|
inline |
Definition at line 21 of file motionTrackingEvent.h.
|
private |
Definition at line 23 of file motionTrackingEvent.h.
|
private |
Definition at line 24 of file motionTrackingEvent.h.
1.8.3.1