Tobii Pro SDK Unity API
|
Represents the eight corners in user coordinate system that together forms the track box. More...
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... | |
Represents the eight corners in user coordinate system that together forms the track box.
|
inline |
Checks if this track box is equal to another TrackBox .
other | Other track box to check. |
|
inline |
Checks if this track box is equal to another TrackBox .
obj | Other track box to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
Checks if two TrackBox objects are not equal.
obj1 | First track box. |
obj2 | Second track box. |
Checks if two TrackBox objects are equal.
obj1 | First track box. |
obj2 | Second track box. |
|
get |
Gets the back lower left corner of the track box.
|
get |
Gets the back lower right corner of the track box.
|
get |
Gets the back upper left corner of the track box.
|
get |
Gets the back upper right corner of the track box.
|
get |
Gets the front lower left corner of the track box.
|
get |
Gets the front lower right corner of the track box.
|
get |
Gets the front upper left corner of the track box.
|
get |
Gets the front upper right corner of the track box.