public class EyeGaze
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
leftEyeXGaze
Value indicating the gaze alongside the x-axis of the left eye in degrees.
|
float |
leftEyeYGaze
Value indicating the gaze alongside the y-axis of the left eye in degrees.
|
float |
rightEyeXGaze
Value indicating the gaze alongside the x-axis of the right eye in degrees.
|
float |
rightEyeYGaze
Value indicating the gaze alongside the y-axis of the right eye in degrees.
|
| Constructor and Description |
|---|
EyeGaze()
Initializes an empty instance of the EyeGaze class.
|
EyeGaze(EyeGaze eyeGaze)
Initializes a new instance of the EyeGaze class by copying another EyeGaze.
|
EyeGaze(float leftEyeXGaze,
float leftEyeYGaze,
float rightEyeXGaze,
float rightEyeYGaze)
Initializes a new instance of the EyeGaze class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public float leftEyeXGaze
public float leftEyeYGaze
public float rightEyeXGaze
public float rightEyeYGaze
public EyeGaze()
public EyeGaze(float leftEyeXGaze,
float leftEyeYGaze,
float rightEyeXGaze,
float rightEyeYGaze)
leftEyeXGaze - Value indicating the gaze alongside the x-axis of the left eye in degrees.leftEyeYGaze - Value indicating the gaze alongside the y-axis of the left eye in degrees.rightEyeXGaze - Value indicating the gaze alongside the x-axis of the right eye in degrees.rightEyeYGaze - Value indicating the gaze alongside the y-axis of the right eye in degrees.public EyeGaze(EyeGaze eyeGaze)
eyeGaze - The EyeGaze to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face