Searched refs:dbAverageRotate (Results 1 – 1 of 1) sorted by relevance
858 double dbAverageRotate = 0; in CalculateTransformationLMS3() local903 dbAverageRotate = atan2( dbXtYs - dbYtXs, dbXtXs + dbYtYs ); in CalculateTransformationLMS3()905 double cosR = cos(dbAverageRotate); in CalculateTransformationLMS3()906 double sinR = sin(dbAverageRotate); in CalculateTransformationLMS3()918 if( pdbAverageRotate != NULL ) *pdbAverageRotate = dbAverageRotate; in CalculateTransformationLMS3()