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 in space of the active display area, and its size. BottomRight, Height, and Width are calculated values.

Examples:
get_and_set_display_area.c.

Field Documentation

TobiiResearchPoint3D TobiiResearchDisplayArea::bottom_left

The bottom left corner of the active display area.

Examples:
get_and_set_display_area.c.
TobiiResearchPoint3D TobiiResearchDisplayArea::bottom_right

The bottom right corner of the active display area.

Examples:
get_and_set_display_area.c.
float TobiiResearchDisplayArea::height

The height in millimeters of the active display area.

Examples:
get_and_set_display_area.c.
TobiiResearchPoint3D TobiiResearchDisplayArea::top_left

The top left corner of the active display area.

Examples:
get_and_set_display_area.c.
TobiiResearchPoint3D TobiiResearchDisplayArea::top_right

The top right corner of the active display area.

Examples:
get_and_set_display_area.c.
float TobiiResearchDisplayArea::width

The width in millimeters of the active display area.

Examples:
get_and_set_display_area.c.