|
BALL
1.4.2
|
#include <BALL/VIEW/INPUT/transformationEvent6D.h>
Public Member Functions | |
| TransformationEvent6D (InputDeviceDriver *dev, double x, double y, double z, double a, double b, double c) | |
| const Vector3 & | getTranslation () |
| const Vector3 & | getRotation () |
Public Member Functions inherited from BALL::VIEW::DeviceEvent | |
| DeviceEvent (EventsIDs type, InputDeviceDriver *device) | |
| InputDeviceDriver * | getDevice () |
Private Attributes | |
| Vector3 | translation_ |
| Vector3 | rotation_ |
Definition at line 13 of file transformationEvent6D.h.
| BALL::VIEW::TransformationEvent6D::TransformationEvent6D | ( | InputDeviceDriver * | dev, |
| double | x, | ||
| double | y, | ||
| double | z, | ||
| double | a, | ||
| double | b, | ||
| double | c | ||
| ) |
|
inline |
Definition at line 20 of file transformationEvent6D.h.
|
inline |
Definition at line 19 of file transformationEvent6D.h.
|
private |
Definition at line 23 of file transformationEvent6D.h.
|
private |
Definition at line 22 of file transformationEvent6D.h.
1.8.3.1