VTK  9.3.20240419
Public Attributes | List of all members
vtkTDxMotionEventInfo Class Reference

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...
 

Detailed Description

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.

See also
vtkTDxDevice

Definition at line 21 of file vtkTDxMotionEventInfo.h.

Member Data Documentation

◆ X

double vtkTDxMotionEventInfo::X

Translation coordinates.

Definition at line 28 of file vtkTDxMotionEventInfo.h.

◆ Y

double vtkTDxMotionEventInfo::Y

Translation coordinates.

Definition at line 29 of file vtkTDxMotionEventInfo.h.

◆ Z

double vtkTDxMotionEventInfo::Z

Translation coordinates.

Definition at line 30 of file vtkTDxMotionEventInfo.h.

◆ Angle

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 41 of file vtkTDxMotionEventInfo.h.

◆ AxisX

double vtkTDxMotionEventInfo::AxisX

Rotation axis expressed as a unit vector.

Definition at line 47 of file vtkTDxMotionEventInfo.h.

◆ AxisY

double vtkTDxMotionEventInfo::AxisY

Rotation axis expressed as a unit vector.

Definition at line 48 of file vtkTDxMotionEventInfo.h.

◆ AxisZ

double vtkTDxMotionEventInfo::AxisZ

Rotation axis expressed as a unit vector.

Definition at line 49 of file vtkTDxMotionEventInfo.h.


The documentation for this class was generated from the following file: