|
Open CASCADE Technology
7.8.0.dev
|
Describes a single pose for a tracked object (for XR). More...
#include <Aspect_TrackedDevicePose.hxx>
Public Member Functions | |
| Aspect_TrackedDevicePose () | |
| Empty constructor. More... | |
Data Fields | |
| gp_Trsf | Orientation |
| device to absolute transformation More... | |
| gp_Vec | Velocity |
| velocity in tracker space in m/s More... | |
| gp_Vec | AngularVelocity |
| angular velocity in radians/s More... | |
| bool | IsValidPose |
| indicates valid pose More... | |
| bool | IsConnectedDevice |
| indicates connected state More... | |
Describes a single pose for a tracked object (for XR).
|
inline |
Empty constructor.
| gp_Vec Aspect_TrackedDevicePose::AngularVelocity |
angular velocity in radians/s
| bool Aspect_TrackedDevicePose::IsConnectedDevice |
indicates connected state
| bool Aspect_TrackedDevicePose::IsValidPose |
indicates valid pose
| gp_Trsf Aspect_TrackedDevicePose::Orientation |
device to absolute transformation
| gp_Vec Aspect_TrackedDevicePose::Velocity |
velocity in tracker space in m/s
1.8.13