Searched refs:nRealOrientation (Results 1 – 3 of 3) sorted by relevance
1061 double nRealOrientation = nOrientation*F_PI1800; in PaintBullet() local1062 double nCos = cos( nRealOrientation ); in PaintBullet()1063 double nSin = sin( nRealOrientation ); in PaintBullet()
112 double nRealOrientation = nOrientation*F_PI1800; in Rotate() local113 double nCos = cos( nRealOrientation ); in Rotate()114 double nSin = sin( nRealOrientation ); in Rotate()2885 double nRealOrientation = nOrientation*F_PI1800; in Paint() local2886 nCos = cos( nRealOrientation ); in Paint()2887 nSin = sin( nRealOrientation ); in Paint()
164 double nRealOrientation = nOrientation*F_PI1800; in ImplRotatePos() local165 double nCos = cos( nRealOrientation ); in ImplRotatePos()166 double nSin = sin( nRealOrientation ); in ImplRotatePos()
Completed in 63 milliseconds