Tobii Pro SDK Unity API
|
Provides properties for the HMD gaze direction. More...
Public Member Functions | |
HMDGazeDirection (NormalizedPoint3D unitVector, Validity validity) | |
Initializes a new instance of the HMDGazeDirection class given data for all members. More... | |
bool | Equals (HMDGazeDirection other) |
Checks if this object is equal to another HMDGazeDirection . More... | |
override bool | Equals (object obj) |
Checks if this point is equal to another HMDGazeDirection . More... | |
override int | GetHashCode () |
Returns a hash code for this object. This is used internally in collections. More... | |
Static Public Member Functions | |
static bool | operator== (HMDGazeDirection obj1, HMDGazeDirection obj2) |
Checks if two HMDGazeDirection objects are equal. More... | |
static bool | operator!= (HMDGazeDirection obj1, HMDGazeDirection obj2) |
Checks if two HMDGazeDirection objects are not equal. More... | |
Properties | |
NormalizedPoint3D | UnitVector [get] |
Gets the 3D unit vector that describes the gaze direction. More... | |
Validity | Validity [get] |
Gets the validity of the gaze direction data. More... | |
Provides properties for the HMD gaze direction.
|
inline |
Initializes a new instance of the HMDGazeDirection class given data for all members.
unitVector | The the 3D unit vector that describes the gaze direction. |
validity | The validity of the gaze direction data. |
|
inline |
Checks if this object is equal to another HMDGazeDirection .
other | Other object to check. |
|
inline |
Checks if this point is equal to another HMDGazeDirection .
obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
|
inlinestatic |
Checks if two HMDGazeDirection objects are not equal.
obj1 | First object. |
obj2 | Second object. |
|
inlinestatic |
Checks if two HMDGazeDirection objects are equal.
obj1 | First object. |
obj2 | Second object. |
|
get |
Gets the 3D unit vector that describes the gaze direction.
|
get |
Gets the validity of the gaze direction data.