Tobii Pro SDK C API
TobiiResearchPoint3D Struct Reference

Data Fields

float x
 
float y
 
float z
 

Detailed Description

Represents an x-, y- and z-coordinate point in a three-dimensional space.

Field Documentation

◆ x

float TobiiResearchPoint3D::x

Position of the point in the X axis.

Examples
gaze_data.c, get_and_set_display_area.c, and user_position_guide.c.

◆ y

float TobiiResearchPoint3D::y

Position of the point in the Y axis.

Examples
gaze_data.c, get_and_set_display_area.c, and user_position_guide.c.

◆ z

float TobiiResearchPoint3D::z

Position of the point in the Z axis.

Examples
gaze_data.c, get_and_set_display_area.c, and user_position_guide.c.