Tobii Pro SDK .NET API
|
Provides properties for the eye data. More...
Public Member Functions | |
EyeData (GazePoint gazePoint, PupilData pupil, GazeOrigin gazeOrigin) | |
Initializes a new instance of the EyeData class given data for all members. | |
bool | Equals (EyeData other) |
Checks if this object is equal to another EyeData . | |
override bool | Equals (object obj) |
Checks if this point is equal to another EyeData . | |
override int | GetHashCode () |
Returns a hash code for this object. This is used internally in collections. | |
Static Public Member Functions | |
static bool | operator== (EyeData obj1, EyeData obj2) |
Checks if two EyeData objects are equal. | |
static bool | operator!= (EyeData obj1, EyeData obj2) |
Checks if two EyeData objects are not equal. | |
Properties | |
GazePoint | GazePoint [get] |
Gets the gaze point data. | |
PupilData | Pupil [get] |
Gets the pupil data. | |
GazeOrigin | GazeOrigin [get] |
Gets the gaze origin data. | |
Provides properties for the eye data.
|
inline |
Initializes a new instance of the EyeData class given data for all members.
gazePoint | The gaze point data. |
pupil | The pupil data. |
gazeOrigin | A gaze origin data. |
|
inline |
Checks if this object is equal to another EyeData .
other | Other object to check. |
|
inline |
Checks if this point is equal to another EyeData .
obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
Checks if two EyeData objects are not equal.
obj1 | First object. |
obj2 | Second object. |