nn::nex::PHBDRParameters::SetConvergenceAngleThreshold Member Function

Syntax

void SetConvergenceAngleThreshold(
     qReal dAngle,
     ANGLE_TYPE byAngleUnit = ANGLE_IN_RADIANS
);

Parameters

Name Description
in dAngle Sets the angle's threshold value.
in byAngleUnit Specifies whether dAngle is given in radians or degrees.

Return Values

None.

Description

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.

Revision History

2012/08/31
Initial version.

CONFIDENTIAL