| Tobii Pro SDK .NET API
    | 
Provides properties for the gaze origin. More...
 
  
 | Public Member Functions | |
| 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 | 
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.