Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_PupilShape Struct Reference

Specity the shape of a pupil as an ellipse. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_PupilShape:
Collaboration graph
[legend]

Public Attributes

float angle
 A clockwise rotation around the center, in degrees.
 
Fove_Vec2 center
 The center of the ellipse.
 
Fove_Vec2 size
 The width and height of the ellipse.
 

Detailed Description

Specity the shape of a pupil as an ellipse.

Coordinates are in eye-image pixels from (0,0) to (camerawidth, cameraheight), with (0,0) being the top left.