| Tobii Pro SDK Unity API
    | 
Represents the data collected for a calibration sample. More...
 
  
 | Public Member Functions | |
| bool | Equals (CalibrationSample other) | 
| Checks if this object is equal to another CalibrationSample .  More... | |
| override bool | Equals (object obj) | 
| Checks if this point is equal to another CalibrationSample .  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== (CalibrationSample obj1, CalibrationSample obj2) | 
| Checks if two CalibrationSample objects are equal.  More... | |
| static bool | operator!= (CalibrationSample obj1, CalibrationSample obj2) | 
| Checks if two CalibrationSample objects are not equal.  More... | |
| Properties | |
| CalibrationEyeData | LeftEye  [get] | 
| Gets the calibration sample data for the left eye.  More... | |
| CalibrationEyeData | RightEye  [get] | 
| Gets the calibration sample data for the right eye. ///  More... | |
Represents the data collected for a calibration sample.
| 
 | inline | 
Checks if this object is equal to another CalibrationSample .
| other | Other object to check. | 
| 
 | inline | 
Checks if this point is equal to another CalibrationSample .
| obj | Other object to check. | 
| 
 | inline | 
Returns a hash code for this object. This is used internally in collections.
| 
 | inlinestatic | 
Checks if two CalibrationSample objects are not equal.
| obj1 | First object. | 
| obj2 | Second object. | 
| 
 | inlinestatic | 
Checks if two CalibrationSample objects are equal.
| obj1 | First object. | 
| obj2 | Second object. | 
| 
 | get | 
Gets the calibration sample data for the left eye.
| 
 | get | 
Gets the calibration sample data for the right eye. ///