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... | |
union { | |
SR_point3d ears [2] | |
Positions of left and right ear in millimeter. More... | |
struct { | |
SR_point3d left | |
Position of left ear in millimeter. More... | |
SR_point3d right | |
Position of right ear in millimeter. More... | |
} | |
}; | |
union { ... } SR_earPair::@23 |
SR_point3d SR_earPair::ears[2] |
Positions of left and right ear in millimeter.
uint64_t SR_earPair::frameId |
Autoincrement frame number.
SR_point3d SR_earPair::left |
Position of left ear in millimeter.
SR_point3d SR_earPair::right |
Position of right ear in millimeter.
uint64_t SR_earPair::time |
Time since epoch in microseconds.