Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
#include <head.h>
Public Attributes | |
uint64_t | frameId |
Autoincrement frame number. More... | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_point3d | position |
Position of head in millimeter. More... | |
SR_point3d | orientation |
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
uint64_t SR_headPose::frameId |
Autoincrement frame number.
SR_point3d SR_headPose::orientation |
Rotation of the head in radians. Positive rotations are clockwise from the perspective of the user. (x, y, z) correspond to (pitch, yaw, roll).
SR_point3d SR_headPose::position |
Position of head in millimeter.
uint64_t SR_headPose::time |
Time since epoch in microseconds.