|
Tobii Pro SDK Unity API
|
Provides properties for the gaze origin. More...
Public Member Functions | |
| GazeOrigin (Point3D positionInUserCoordinates, NormalizedPoint3D positionInTrackBoxCoordinates, Validity validity) | |
| Initializes a new instance of the GazeOrigin class given data for all members. More... | |
| bool | Equals (GazeOrigin other) |
| Checks if this object is equal to another GazeOrigin . More... | |
| override bool | Equals (object obj) |
| Checks if this point is equal to another GazeOrigin . 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== (GazeOrigin obj1, GazeOrigin obj2) |
| Checks if two GazeOrigin objects are equal. More... | |
| static bool | operator!= (GazeOrigin obj1, GazeOrigin obj2) |
| Checks if two GazeOrigin objects are not equal. More... | |
Properties | |
| Point3D | PositionInUserCoordinates [get] |
| Gets the gaze origin position in 3D in the user coordinate system. More... | |
| NormalizedPoint3D | PositionInTrackBoxCoordinates [get] |
| Gets normalized gaze origin in track box coordinate system. More... | |
| Validity | Validity [get] |
| Gets the validity of the gaze origin data. More... | |
Provides properties for the gaze origin.
|
inline |
Initializes a new instance of the GazeOrigin class given data for all members.
| positionInUserCoordinates | The gaze origin position in 3D in the user coordinate system. |
| positionInTrackBoxCoordinates | The normalized gaze origin in track box coordinate system. |
| validity | The validity of the gaze origin data. |
|
inline |
Checks if this object is equal to another GazeOrigin .
| other | Other object to check. |
|
inline |
Checks if this point is equal to another GazeOrigin .
| obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
|
inlinestatic |
Checks if two GazeOrigin objects are not equal.
| obj1 | First object. |
| obj2 | Second object. |
|
inlinestatic |
Checks if two GazeOrigin objects are equal.
| obj1 | First object. |
| obj2 | Second object. |
|
get |
Gets normalized gaze origin in track box coordinate system.
|
get |
Gets the gaze origin position in 3D in the user coordinate system.
|
get |
Gets the validity of the gaze origin data.