Searched refs:pfRhoDeg (Results 1 – 2 of 2) sorted by relevance
98 … float *pfRhoDeg, ///< output: For NED, the compass heading Rho equals the yaw angle Psi107 float *pfRhoDeg, ///< the compass heading angle Rho equals the yaw angle Psi116 float *pfRhoDeg, ///< the compass angle Rho = 360 - Psi
493 float *pfRhoDeg, float *pfChiDeg) in fNEDAnglesDegFromRotationMatrix() argument537 *pfRhoDeg = *pfPsiDeg; in fNEDAnglesDegFromRotationMatrix()549 float *pfRhoDeg, float *pfChiDeg) in fAndroidAnglesDegFromRotationMatrix() argument594 *pfRhoDeg = *pfPsiDeg; in fAndroidAnglesDegFromRotationMatrix()606 float *pfRhoDeg, float *pfChiDeg) in fWin8AnglesDegFromRotationMatrix() argument681 *pfRhoDeg = 360.0F - *pfPsiDeg; in fWin8AnglesDegFromRotationMatrix()684 if (*pfRhoDeg >= 360.0F) in fWin8AnglesDegFromRotationMatrix()686 *pfRhoDeg = 0.0F; in fWin8AnglesDegFromRotationMatrix()