Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible struct containing the position of two eyes. More...
#include <eyepair.h>
Public Attributes | |
uint64_t | frameId |
Autoincrement frame number. More... | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_point3d | eyes [2] |
Absolute positions of left and right eye in millimeter. More... | |
SR_point3d | left |
Absolute position of left eye in millimeter. More... | |
SR_point3d | right |
Absolute position of right eye in millimeter. More... | |
C-compatible struct containing the position of two eyes.
SR_point3d SR_eyePair::eyes[2] |
Absolute positions of left and right eye in millimeter.
uint64_t SR_eyePair::frameId |
Autoincrement frame number.
SR_point3d SR_eyePair::left |
Absolute position of left eye in millimeter.
SR_point3d SR_eyePair::right |
Absolute position of right eye in millimeter.
uint64_t SR_eyePair::time |
Time since epoch in microseconds.