VTK
dox
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 "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
vtkTDxMotionEventInfo::AxisX
double AxisX
Rotation axis expressed as a unit vector.
Definition:
vtkTDxMotionEventInfo.h:58
vtkTDxMotionEventInfo::X
double X
Translation coordinates.
Definition:
vtkTDxMotionEventInfo.h:39
vtkTDxMotionEventInfo::Y
double Y
Definition:
vtkTDxMotionEventInfo.h:40
vtkTDxMotionEventInfo::Angle
double Angle
Rotation angle.
Definition:
vtkTDxMotionEventInfo.h:52
vtkTDxMotionEventInfo::AxisZ
double AxisZ
Definition:
vtkTDxMotionEventInfo.h:60
vtkTDxMotionEventInfo::Z
double Z
Definition:
vtkTDxMotionEventInfo.h:41
vtkObject.h
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition:
vtkTDxMotionEventInfo.h:32
vtkTDxMotionEventInfo::AxisY
double AxisY
Definition:
vtkTDxMotionEventInfo.h:59
Generated by
1.8.16