contains all information about the state of the eyes at a specific time More...
#include "ELGazeSample.h"
Public Attributes | |
int64_t | timestampMicroSec |
timepoint when data was acquired in microseconds after EPOCH | |
int32_t | index |
increasing GazeSample index | |
double | porRawX |
binocular point of regard on the stimulus plane, check porRawX != InvalidValue before using it | |
double | porRawY |
double | porFilteredX |
filtered binocular point of regard on the stimulus plane, check porFilteredX != InvalidValue before using it | |
double | porFilteredY |
double | porLeftX |
monocular point of regard of the left eye, check porLeftX != InvalidValue before using it | |
double | porLeftY |
double | eyePositionLeftX |
position of the left eye in device coordinates, unit is mm More... | |
double | eyePositionLeftY |
double | eyePositionLeftZ |
double | pupilRadiusLeft |
radius of the left pupil in mm | |
double | porRightX |
monocular point of regard of the right eye, check porRightX != InvalidValue before using it | |
double | porRightY |
double | eyePositionRightX |
position of the right eye in device coordinates, unit is mm: More... | |
double | eyePositionRightY |
double | eyePositionRightZ |
double | pupilRadiusRight |
radius of the right pupil in mm | |
contains all information about the state of the eyes at a specific time
double eyePositionLeftX |
position of the left eye in device coordinates, unit is mm
check eyePositionLeftX != InvalidValue before using it
double eyePositionRightX |
position of the right eye in device coordinates, unit is mm:
check eyePositionRightX != InvalidValue before using it