Antilatency.Alt.Tracking.Stability

Antilatency.Alt.Tracking.Stability

Structure in Antilatency.Alt.Tracking
Provides the information of how reliable tracking state is.
struct Stability {
Stage stage;
float value;
}

Fields

Stage stage
Tracking stage at the moment of calling the ITrackingCotask.getState or ITrackingCotask.getExtrapolatedState method.
float value
Additional, stage-dependent numeric parameter. See the documentation on the Stage enumeration for a detailed explanation.