Tobii Pro SDK C API
TobiiResearchDisplayArea Struct Reference

Data Fields

TobiiResearchPoint3D bottom_left
 
TobiiResearchPoint3D bottom_right
 
float height
 
TobiiResearchPoint3D top_left
 
TobiiResearchPoint3D top_right
 
float width
 

Detailed Description

Represents the corners of the active display area in the user coordinate system, and its size. BottomRight, Height, and Width are calculated values.

Examples
get_and_set_display_area.c.

Field Documentation

◆ bottom_left

TobiiResearchPoint3D TobiiResearchDisplayArea::bottom_left

The bottom left corner of the active display area.

Examples
get_and_set_display_area.c.

◆ bottom_right

TobiiResearchPoint3D TobiiResearchDisplayArea::bottom_right

The bottom right corner of the active display area.

Examples
get_and_set_display_area.c.

◆ height

float TobiiResearchDisplayArea::height

The height in millimeters of the active display area.

Examples
get_and_set_display_area.c.

◆ top_left

TobiiResearchPoint3D TobiiResearchDisplayArea::top_left

The top left corner of the active display area.

Examples
get_and_set_display_area.c.

◆ top_right

TobiiResearchPoint3D TobiiResearchDisplayArea::top_right

The top right corner of the active display area.

Examples
get_and_set_display_area.c.

◆ width

float TobiiResearchDisplayArea::width

The width in millimeters of the active display area.

Examples
get_and_set_display_area.c.