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