void SetConvergenceAngleThreshold( qReal dAngle, ANGLE_TYPE byAngleUnit = ANGLE_IN_RADIANS );
Name | Description | |
---|---|---|
in | dAngle | Sets the angle's threshold value. |
in | byAngleUnit | Specifies whether dAngle is given in radians or degrees. |
Sets a threshold value for switching the convergence algorithm used in convergence prediction during dead reckoning.
A non-linear tracking algorithm is used if the amount of change in data is less than the specified threshold value. A linear tracking algorithm is used if it is greater.
CONFIDENTIAL