Public Member Functions |
|
| TrackerData (const TrackerData ©) |
| void | clear () |
| | Removes all data from the structure.
|
| double | get_dt () const |
| | Returns the amount of elapsed time over which the information (pos and orient) were computed.
|
| const LOrientation & | get_orient () const |
| | Returns the current orientation of the tracker.
|
| const LPoint3 & | get_pos () const |
| | Returns the current position of the tracker.
|
| double | get_time () const |
| | Returns the time at which the position information (pos and orient) are effective.
|
| bool | has_dt () const |
| | Returns true if the computed elapsed time is available.
|
| bool | has_orient () const |
| | Returns true if the current orientation is available.
|
| bool | has_pos () const |
| | Returns true if the current position is available.
|
| bool | has_time () const |
| | Returns true if the position information time is available.
|
|
void | operator= (const TrackerData ©) |
| void | set_dt (double dt) |
| | Indicates the amount of elapsed time over which which the information (pos and orient) were computed.
|
| void | set_orient (const LOrientation &orient) |
| | Indicates the current orientation of the tracker sensor in space.
|
| void | set_pos (const LPoint3 &pos) |
| | Indicates the current position of the tracker sensor in space.
|
| void | set_time (double time) |
| | Indicates the time at which the position information (pos and orient) are effective.
|
Stores the kinds of data that a tracker might output.
Definition at line 25 of file trackerData.h.