void SetTrackingAngleThreshold( 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 tracking algorithm used in tracking prediction during dead reckoning.
A linear tracking algorithm is used if the amount of change in data is less than the specified threshold value. A non-linear tracking algorithm is used if it is greater.
CONFIDENTIAL