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

Represents the eight corners in user coordinate system that together forms the track box. More...

Inheritance diagram for Tobii.Research.TrackBox:

Public Member Functions

bool Equals (TrackBox other)
 Checks if this track box is equal to another TrackBox .
 
override bool Equals (object obj)
 Checks if this track box is equal to another TrackBox .
 
override int GetHashCode ()
 Returns a hash code for this object. This is used internally in collections.
 

Static Public Member Functions

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

Properties

Point3D BackLowerLeft [get]
 Gets the back lower left corner of the track box.
 
Point3D BackLowerRight [get]
 Gets the back lower right corner of the track box.
 
Point3D BackUpperLeft [get]
 Gets the back upper left corner of the track box.
 
Point3D BackUpperRight [get]
 Gets the back upper right corner of the track box.
 
Point3D FrontLowerLeft [get]
 Gets the front lower left corner of the track box.
 
Point3D FrontLowerRight [get]
 Gets the front lower right corner of the track box.
 
Point3D FrontUpperLeft [get]
 Gets the front upper left corner of the track box.
 
Point3D FrontUpperRight [get]
 Gets the front upper right corner of the track box.
 

Detailed Description

Represents the eight corners in user coordinate system that together forms the track box.

Member Function Documentation

◆ Equals() [1/2]

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

Checks if this track box is equal to another TrackBox .

Parameters
objOther track box to check.
Returns
True if obj equals this.

◆ Equals() [2/2]

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

Checks if this track box is equal to another TrackBox .

Parameters
otherOther track box to check.
Returns
True if other equals this.

◆ GetHashCode()

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

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

Returns
A hash code.

◆ operator!=()

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

Checks if two TrackBox objects are not equal.

Parameters
obj1First track box.
obj2Second track box.
Returns
True if the track boxes are not equal.

◆ operator==()

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

Checks if two TrackBox objects are equal.

Parameters
obj1First track box.
obj2Second track box.
Returns
True if the track boxes are equal.