Tobii Pro SDK Unity 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 . More...
 
override bool Equals (object obj)
 Checks if this track box is equal to another TrackBox . 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== (TrackBox obj1, TrackBox obj2)
 Checks if two TrackBox objects are equal. More...
 
static bool operator!= (TrackBox obj1, TrackBox obj2)
 Checks if two TrackBox objects are not equal. More...
 

Properties

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

Detailed Description

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

Member Function Documentation

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.
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.
override int Tobii.Research.TrackBox.GetHashCode ( )
inline

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

Returns
A hash code.
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.
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.

Property Documentation

Point3D Tobii.Research.TrackBox.BackLowerLeft
get

Gets the back lower left corner of the track box.

Point3D Tobii.Research.TrackBox.BackLowerRight
get

Gets the back lower right corner of the track box.

Point3D Tobii.Research.TrackBox.BackUpperLeft
get

Gets the back upper left corner of the track box.

Point3D Tobii.Research.TrackBox.BackUpperRight
get

Gets the back upper right corner of the track box.

Point3D Tobii.Research.TrackBox.FrontLowerLeft
get

Gets the front lower left corner of the track box.

Point3D Tobii.Research.TrackBox.FrontLowerRight
get

Gets the front lower right corner of the track box.

Point3D Tobii.Research.TrackBox.FrontUpperLeft
get

Gets the front upper left corner of the track box.

Point3D Tobii.Research.TrackBox.FrontUpperRight
get

Gets the front upper right corner of the track box.