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