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 =========================================================================*/
29 #ifndef vtkTDxMotionEventInfo_h
30 #define vtkTDxMotionEventInfo_h
31 
32 #include "vtkRenderingCoreModule.h" // For export macro
33 #include "vtkObject.h" // for the export macro
34 
35 class VTKRENDERINGCORE_EXPORT vtkTDxMotionEventInfo
36 {
37 public:
39 
42  double X;
43  double Y;
44  double Z;
46 
55  double Angle;
56 
58 
61  double AxisX;
62  double AxisY;
63  double AxisZ;
64 };
66 
67 #endif
68 // VTK-HeaderTest-Exclude: vtkTDxMotionEventInfo.h
vtkTDxMotionEventInfo::AxisX
double AxisX
Rotation axis expressed as a unit vector.
Definition: vtkTDxMotionEventInfo.h:61
vtkTDxMotionEventInfo::X
double X
Translation coordinates.
Definition: vtkTDxMotionEventInfo.h:42
vtkTDxMotionEventInfo::Y
double Y
Definition: vtkTDxMotionEventInfo.h:43
vtkTDxMotionEventInfo::Angle
double Angle
Rotation angle.
Definition: vtkTDxMotionEventInfo.h:55
vtkTDxMotionEventInfo::AxisZ
double AxisZ
Definition: vtkTDxMotionEventInfo.h:63
vtkTDxMotionEventInfo::Z
double Z
Definition: vtkTDxMotionEventInfo.h:44
vtkObject.h
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition: vtkTDxMotionEventInfo.h:35
vtkTDxMotionEventInfo::AxisY
double AxisY
Definition: vtkTDxMotionEventInfo.h:62