BALL::VIEW::TransformationEvent6D Class Reference

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

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

List of all members.


Public Member Functions

 TransformationEvent6D (InputDeviceDriver *dev, double x, double y, double z, double a, double b, double c)
const Vector3getTranslation ()
const Vector3getRotation ()

Private Attributes

Vector3 translation_
Vector3 rotation_

Constructor & Destructor Documentation

BALL::VIEW::TransformationEvent6D::TransformationEvent6D ( InputDeviceDriver dev,
double  x,
double  y,
double  z,
double  a,
double  b,
double  c 
)

Member Function Documentation

const Vector3& BALL::VIEW::TransformationEvent6D::getRotation (  )  [inline]

References rotation_.

const Vector3& BALL::VIEW::TransformationEvent6D::getTranslation (  )  [inline]

References translation_.


Member Data Documentation