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
35class VTKRENDERINGCORE_EXPORT vtkTDxMotionEventInfo
36{
37public:
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
Store motion information from a 3DConnexion input device.
double AxisX
Rotation axis expressed as a unit vector.
double X
Translation coordinates.
double Angle
Rotation angle.