BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::VIEW::MotionTrackingEvent Class Reference

#include <BALL/VIEW/INPUT/motionTrackingEvent.h>

Inheritance diagram for BALL::VIEW::MotionTrackingEvent:
BALL::VIEW::DeviceEvent QEvent

Public Member Functions

 MotionTrackingEvent (InputDeviceDriver *dev, double x, double y, double z, double q1, double q2, double q3, double q4)
 
const Vector3getOrigin ()
 
const QuaterniongetTransform ()
 
- Public Member Functions inherited from BALL::VIEW::DeviceEvent
 DeviceEvent (EventsIDs type, InputDeviceDriver *device)
 
InputDeviceDrivergetDevice ()
 

Detailed Description

Definition at line 14 of file motionTrackingEvent.h.

Constructor & Destructor Documentation

BALL::VIEW::MotionTrackingEvent::MotionTrackingEvent ( InputDeviceDriver dev,
double  x,
double  y,
double  z,
double  q1,
double  q2,
double  q3,
double  q4 
)

Member Function Documentation

const Vector3& BALL::VIEW::MotionTrackingEvent::getOrigin ( )
inline

Definition at line 20 of file motionTrackingEvent.h.

const Quaternion& BALL::VIEW::MotionTrackingEvent::getTransform ( )
inline

Definition at line 21 of file motionTrackingEvent.h.