VTK
9.0.1
Rendering
Core
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
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
;
62
};
63
64
#endif
65
// VTK-HeaderTest-Exclude: vtkTDxMotionEventInfo.h
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition:
vtkTDxMotionEventInfo.h:33
vtkTDxMotionEventInfo::AxisY
double AxisY
Definition:
vtkTDxMotionEventInfo.h:59
vtkTDxMotionEventInfo::AxisZ
double AxisZ
Definition:
vtkTDxMotionEventInfo.h:60
vtkTDxMotionEventInfo::AxisX
double AxisX
Rotation axis expressed as a unit vector.
Definition:
vtkTDxMotionEventInfo.h:58
vtkTDxMotionEventInfo::Z
double Z
Definition:
vtkTDxMotionEventInfo.h:41
vtkTDxMotionEventInfo::X
double X
Translation coordinates.
Definition:
vtkTDxMotionEventInfo.h:39
vtkTDxMotionEventInfo::Angle
double Angle
Rotation angle.
Definition:
vtkTDxMotionEventInfo.h:52
vtkTDxMotionEventInfo::Y
double Y
Definition:
vtkTDxMotionEventInfo.h:40
vtkObject.h
Generated on Mon Feb 15 2021 00:00:00 for VTK by
1.9.1