Tobii Pro SDK C API
TobiiResearchNormalizedPoint2D Struct Reference

Data Fields

float x
 
float y
 

Detailed Description

Represents a normalized x- and y-coordinate point in a two-dimensional plane.

Examples:
calibration.c.

Field Documentation

float TobiiResearchNormalizedPoint2D::x

Position of the point in the X axis.

Examples:
calibration.c, and gaze_data.c.
float TobiiResearchNormalizedPoint2D::y

Position of the point in the Y axis.

Examples:
calibration.c, and gaze_data.c.