VTK
vtkTDxMotionEventInfo.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTDxMotionEventInfo.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
26 #ifndef vtkTDxMotionEventInfo_h
27 #define vtkTDxMotionEventInfo_h
28 
29 #include "vtkRenderingCoreModule.h" // For export macro
30 #include "vtkObject.h" // for the export macro
31 
32 class VTKRENDERINGCORE_EXPORT vtkTDxMotionEventInfo
33 {
34 public:
36 
39  double X;
40  double Y;
41  double Z;
43 
52  double Angle;
53 
55 
58  double AxisX;
59  double AxisY;
60  double AxisZ;
61 };
63 
64 #endif
65 // VTK-HeaderTest-Exclude: vtkTDxMotionEventInfo.h
double Y
Translation coordinates.
double AxisY
Rotation axis expressed as a unit vector.
double AxisX
Rotation axis expressed as a unit vector.
double AxisZ
Rotation axis expressed as a unit vector.
double Z
Translation coordinates.
Store motion information from a 3DConnexion input device.
double Angle
Rotation angle.
double X
Translation coordinates.