Tobii Pro SDK .NET API
Tobii.Research.UserPositionGuide Class Reference

Provides properties for the gaze point. More...

Inheritance diagram for Tobii.Research.UserPositionGuide:

Public Member Functions

 UserPositionGuide (NormalizedPoint3D userPosition, Validity validity)
 Initializes a new instance of the UserPositionGuide class given data for all members.
 
bool Equals (UserPositionGuide other)
 Checks if this object is equal to another UserPositionGuide .
 
override bool Equals (object obj)
 Checks if this point is equal to another UserPositionGuide .
 
override int GetHashCode ()
 Returns a hash code for this object. This is used internally in collections.
 

Static Public Member Functions

static bool operator== (UserPositionGuide obj1, UserPositionGuide obj2)
 Checks if two UserPositionGuide objects are equal.
 
static bool operator!= (UserPositionGuide obj1, UserPositionGuide obj2)
 Checks if two UserPositionGuide objects are not equal.
 

Properties

NormalizedPoint3D UserPosition [get]
 Gets the normalized 3D user position guide.
 
Validity Validity [get]
 Gets the validity of the user position guide.
 

Detailed Description

Provides properties for the gaze point.

Constructor & Destructor Documentation

◆ UserPositionGuide()

Tobii.Research.UserPositionGuide.UserPositionGuide ( NormalizedPoint3D  userPosition,
Validity  validity 
)
inline

Initializes a new instance of the UserPositionGuide class given data for all members.

Parameters
userPositionThe normalized user position in 3D.
validityThe validity of the user position guide.

Member Function Documentation

◆ Equals() [1/2]

override bool Tobii.Research.UserPositionGuide.Equals ( object  obj)
inline

Checks if this point is equal to another UserPositionGuide .

Parameters
objOther object to check.
Returns
True if obj equals this.

◆ Equals() [2/2]

bool Tobii.Research.UserPositionGuide.Equals ( UserPositionGuide  other)
inline

Checks if this object is equal to another UserPositionGuide .

Parameters
otherOther object to check.
Returns
True if other equals this.

◆ GetHashCode()

override int Tobii.Research.UserPositionGuide.GetHashCode ( )
inline

Returns a hash code for this object. This is used internally in collections.

Returns
A hash code.

◆ operator!=()

static bool Tobii.Research.UserPositionGuide.operator!= ( UserPositionGuide  obj1,
UserPositionGuide  obj2 
)
inlinestatic

Checks if two UserPositionGuide objects are not equal.

Parameters
obj1First object.
obj2Second object.
Returns
True if the objects are not equal.

◆ operator==()

static bool Tobii.Research.UserPositionGuide.operator== ( UserPositionGuide  obj1,
UserPositionGuide  obj2 
)
inlinestatic

Checks if two UserPositionGuide objects are equal.

Parameters
obj1First object.
obj2Second object.
Returns
True if the objects are equal.