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