|
VTK
|
Store motion information from a 3DConnexion input device. More...
#include <vtkTDxMotionEventInfo.h>
Public Attributes | |
| double | Angle |
| Rotation angle. More... | |
| double | X |
| Translation coordinates. More... | |
| double | Y |
| Translation coordinates. More... | |
| double | Z |
| Translation coordinates. More... | |
| double | AxisX |
| Rotation axis expressed as a unit vector. More... | |
| double | AxisY |
| Rotation axis expressed as a unit vector. More... | |
| double | AxisZ |
| Rotation axis expressed as a unit vector. More... | |
Store motion information from a 3DConnexion input device.
vtkTDxMotionEventInfo is a data structure that stores the information about a motion event from a 3DConnexion input device.
Definition at line 35 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::X |
Translation coordinates.
Definition at line 42 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::Y |
Translation coordinates.
Definition at line 43 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::Z |
Translation coordinates.
Definition at line 44 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::Angle |
Rotation angle.
The angle is in arbitrary unit. It makes sense to have arbitrary unit because the data comes from a device where the information can be scaled by the end-user.
Definition at line 55 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisX |
Rotation axis expressed as a unit vector.
Definition at line 61 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisY |
Rotation axis expressed as a unit vector.
Definition at line 62 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisZ |
Rotation axis expressed as a unit vector.
Definition at line 63 of file vtkTDxMotionEventInfo.h.
1.8.9.1