|
Tobii Pro SDK Unity API
|
Represents the calibration point and its collected calibration samples. More...
Public Member Functions | |
| bool | Equals (CalibrationPoint other) |
| Checks if this object is equal to another CalibrationPoint . More... | |
| override bool | Equals (object obj) |
| Checks if this point is equal to another CalibrationPoint . 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== (CalibrationPoint obj1, CalibrationPoint obj2) |
| Checks if two CalibrationPoint objects are equal. More... | |
| static bool | operator!= (CalibrationPoint obj1, CalibrationPoint obj2) |
| Checks if two CalibrationPoint objects are not equal. More... | |
Properties | |
| NormalizedPoint2D | PositionOnDisplayArea [get] |
| Gets the position of the calibration point on the active display area. More... | |
| CalibrationSampleCollection | CalibrationSamples [get] |
| Gets a collection of collected samples for the calibration. More... | |
Represents the calibration point and its collected calibration samples.
|
inline |
Checks if this object is equal to another CalibrationPoint .
| other | Other object to check. |
|
inline |
Checks if this point is equal to another CalibrationPoint .
| obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
|
inlinestatic |
Checks if two CalibrationPoint objects are not equal.
| obj1 | First object. |
| obj2 | Second object. |
|
inlinestatic |
Checks if two CalibrationPoint objects are equal.
| obj1 | First object. |
| obj2 | Second object. |
|
get |
Gets a collection of collected samples for the calibration.
|
get |
Gets the position of the calibration point on the active display area.