| VTK
    9.0.1
    | 
Store motion information from a 3DConnexion input device. More...
#include <vtkTDxMotionEventInfo.h>
| Public Attributes | |
| double | X | 
| Translation coordinates.  More... | |
| double | Y | 
| double | Z | 
| double | Angle | 
| Rotation angle.  More... | |
| double | AxisX | 
| Rotation axis expressed as a unit vector.  More... | |
| double | AxisY | 
| double | AxisZ | 
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 32 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::X | 
Translation coordinates.
Definition at line 39 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::Y | 
Definition at line 40 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::Z | 
Definition at line 41 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 52 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisX | 
Rotation axis expressed as a unit vector.
Definition at line 58 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisY | 
Definition at line 59 of file vtkTDxMotionEventInfo.h.
| double vtkTDxMotionEventInfo::AxisZ | 
Definition at line 60 of file vtkTDxMotionEventInfo.h.
 1.8.17
 1.8.17