|
VR-Engage
2.2
|
Go to the source code of this file.
Classes | |
| class | DtVortexStateRepository |
Typedefs | |
| using | DtLocationCallbackFunction = void (*)(const DtVector& location, void* userData) |
| using | DtHeadingCallbackFunction = void (*)(DtReal heading, void* userData) |
| using | DtLocationCallbackList = DtCallbackList<const DtVector&> |
| using | DtHeadingCallbackList = DtCallbackList<DtReal> |
Variables | |
| const char | DtVortexStateRepositoryType [] = "vortex-state-repository" |
| using DtLocationCallbackFunction = void (*)(const DtVector& location, void* userData) |
Function type for location change callbacks.
| location | The new location |
| userData | User data pointer passed to the callback |
| using DtHeadingCallbackFunction = void (*)(DtReal heading, void* userData) |
Function type for heading change callbacks.
| heading | The new heading |
| userData | User data pointer passed to the callback |
| using DtLocationCallbackList = DtCallbackList<const DtVector&> |
Callback list type for location changes.
| using DtHeadingCallbackList = DtCallbackList<DtReal> |
Callback list type for heading changes.
| const char DtVortexStateRepositoryType[] = "vortex-state-repository" |
Type identifier for the Vortex state repository.