EyeGaze class
Represents the eye gaze.
Constructors
-
EyeGaze(Pointer<
id3FaceEyeGaze> _handle) - Initializes a new instance of the EyeGaze class from its members.
- EyeGaze.create()
- Create a new instance of the EyeGaze.
- EyeGaze.createFromStruct(id3FaceEyeGaze value)
- Create a new instance of the EyeGaze from the native struct
Properties
-
handle
→ Pointer<
id3FaceEyeGaze> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftEyeXGaze ↔ double
-
Value indicating the gaze alongside the x-axis of the left eye in degrees.
Values vary in the range
-90, +90. Hint: The maximum recommended value for an ICAO-compliant portrait is +/- 35 degrees.getter/setter pair - leftEyeYGaze ↔ double
-
Value indicating the gaze alongside the y-axis of the left eye in degrees.
Values vary in the range
-90, +90. Hint: The maximum recommended value for an ICAO-compliant portrait is +/- 35 degrees.getter/setter pair - rightEyeXGaze ↔ double
-
Value indicating the gaze alongside the x-axis of the right eye in degrees.
Values vary in the range
-90, +90. Hint: The maximum recommended value for an ICAO-compliant portrait is +/- 35 degrees.getter/setter pair - rightEyeYGaze ↔ double
-
Value indicating the gaze alongside the y-axis of the right eye in degrees.
Values vary in the range
-90, +90. Hint: The maximum recommended value for an ICAO-compliant portrait is +/- 35 degrees.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- struct → id3FaceEyeGaze
-
no setter
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited