![]() |
VR-Forces 4.6.1 Class Documentation
|
Attach VR-Vantage observer to tether to a given entity and track a second entity. More...

Public Member Functions | |
| DtTetherTrackView_v1 () | |
| CTOR. | |
| ~DtTetherTrackView_v1 () | |
| DTOR. | |
Public Member Functions inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtVrvControl_v1 () | |
| CTOR. | |
| ~DtVrvControl_v1 () | |
| DTOR. | |
| DtVrvControl_v1 (const DtVrvControl_v1 &orig) | |
| Copy CTOR. | |
| DtVrvControl_v1 & | operator= (const DtVrvControl_v1 &orig) |
| Assignment operator. | |
Public Attributes | |
| DtFloat64 | myOffset [3] |
| The location of the observer as an offset from the location of the attached-to entity. | |
| DtFloat64 | myOffsetOri [3] |
| Reserved for potential later use. | |
| DtInt8 | myObserver [DtVrvControlNameSize] |
| The name of the controlled observer. | |
| DtInt8 | myAttachedEntity [DtVrvControlNameSize] |
| The Global ID of the entity to tether to. | |
| DtInt8 | myTrackedEntity [DtVrvControlNameSize] |
| The Global ID of the entity to track. | |
Public Attributes inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtUInt32 | myMagicNumber |
| Bit pattern that indicates that this is a view control packet. | |
| DtUInt16 | mySize |
| The total size of the VC packet, including this header This will be filled in by the specific view control packet constructor. | |
| DtUInt16 | myVersion |
| View control packet version. | |
| DtFloat32 | myLibraryVersion |
| View control library version. | |
| DtVrvControlTypeEnum | myType |
| View control packet type. | |
Attach VR-Vantage observer to tether to a given entity and track a second entity.
|
inline |
CTOR.
|
inline |
DTOR.
| DtFloat64 vrvControlToolkit::DtTetherTrackView_v1::myOffset[3] |
The location of the observer as an offset from the location of the attached-to entity.
The offset is specified in the body coordinate system of the attached-to object.
| DtFloat64 vrvControlToolkit::DtTetherTrackView_v1::myOffsetOri[3] |
Reserved for potential later use.
This call has no effect (other than to set a local member variable). The observer is always oriented toward the tracked entity in tether track mode.
| DtInt8 vrvControlToolkit::DtTetherTrackView_v1::myObserver[DtVrvControlNameSize] |
The name of the controlled observer.
| DtInt8 vrvControlToolkit::DtTetherTrackView_v1::myAttachedEntity[DtVrvControlNameSize] |
The Global ID of the entity to tether to.
| DtInt8 vrvControlToolkit::DtTetherTrackView_v1::myTrackedEntity[DtVrvControlNameSize] |
The Global ID of the entity to track.