VTK  9.1.0
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 "vtkObject.h" // for the export macro
30#include "vtkRenderingCoreModule.h" // For export macro
31
32class VTKRENDERINGCORE_EXPORT vtkTDxMotionEventInfo
33{
34public:
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;
62};
63
64#endif
65// VTK-HeaderTest-Exclude: vtkTDxMotionEventInfo.h
Store motion information from a 3DConnexion input device.
double AxisY
Rotation axis expressed as a unit vector.
double AxisZ
Rotation axis expressed as a unit vector.
double AxisX
Rotation axis expressed as a unit vector.
double Z
Translation coordinates.
double X
Translation coordinates.
double Angle
Rotation angle.
double Y
Translation coordinates.