#include <OgreHapticsDevice.h>
Public Member Functions | |
DeviceState () | |
Standard constructor. | |
DeviceState (const DeviceState &rhs) | |
Copy constructor. | |
DeviceState & | operator= (const DeviceState &rhs) |
Assignment operator - copies all data from the target state. | |
Public Attributes | |
int | buttons |
The status of the buttons. | |
Vector3 | force |
The measured force applied in N. | |
Vector3 | torque |
The measured torque applied (if the hardware supports torque) in Nm. | |
Vector3 | position |
The position of the device. | |
Vector3 | linearVelocity |
The linear velocity of the device. | |
Vector3 | angularVelocity |
The angular velocity of the device. | |
Quaternion | orientation |
The orientation of the device. |
Definition at line 147 of file OgreHapticsDevice.h.
OgreHaptics::DeviceState::DeviceState | ( | ) |
OgreHaptics::DeviceState::DeviceState | ( | const DeviceState & | rhs | ) |
DeviceState& OgreHaptics::DeviceState::operator= | ( | const DeviceState & | rhs | ) |
Assignment operator - copies all data from the target state.
Definition at line 186 of file OgreHapticsDevice.h.
References angularVelocity, buttons, force, linearVelocity, orientation, position, and torque.
The status of the buttons.
Definition at line 171 of file OgreHapticsDevice.h.
Referenced by operator=().
Vector3 OgreHaptics::DeviceState::force |
The measured force applied in N.
Definition at line 173 of file OgreHapticsDevice.h.
Referenced by operator=().
Vector3 OgreHaptics::DeviceState::torque |
The measured torque applied (if the hardware supports torque) in Nm.
Definition at line 175 of file OgreHapticsDevice.h.
Referenced by operator=().
The position of the device.
Definition at line 177 of file OgreHapticsDevice.h.
Referenced by operator=().
The linear velocity of the device.
Definition at line 179 of file OgreHapticsDevice.h.
Referenced by operator=().
The angular velocity of the device.
Definition at line 181 of file OgreHapticsDevice.h.
Referenced by operator=().
Quaternion OgreHaptics::DeviceState::orientation |
The orientation of the device.
Definition at line 183 of file OgreHapticsDevice.h.
Referenced by operator=().
Last modified Tue Jan 6 22:31:25 2009