EyeGaze Structure

Namespace: id3.Face

Definition

Represents the eye gaze.
class EyeGaze
class EyeGaze
public partial struct EyeGaze
public class EyeGaze
public typealias EyeGaze = id3FaceEyeGaze
typedef struct id3FaceEyeGaze

Properties

Name

Type

Description

leftEyeXGaze

float

Value indicating the gaze alongside the x-axis of the left eye in degrees.

leftEyeYGaze

float

Value indicating the gaze alongside the y-axis of the left eye in degrees.

rightEyeXGaze

float

Value indicating the gaze alongside the x-axis of the right eye in degrees.

rightEyeYGaze

float

Value indicating the gaze alongside the y-axis of the right eye in degrees.