Lines Matching refs:fAngle
152 const int fAngle) in PVRTMatrixRotationXX() argument
158 fCosine = PVRTXCOS(-fAngle); in PVRTMatrixRotationXX()
159 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationXX()
161 fCosine = PVRTXCOS(fAngle); in PVRTMatrixRotationXX()
162 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationXX()
180 const int fAngle) in PVRTMatrixRotationYX() argument
186 fCosine = PVRTXCOS(-fAngle); in PVRTMatrixRotationYX()
187 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationYX()
189 fCosine = PVRTXCOS(fAngle); in PVRTMatrixRotationYX()
190 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationYX()
208 const int fAngle) in PVRTMatrixRotationZX() argument
214 fCosine = PVRTXCOS(-fAngle); in PVRTMatrixRotationZX()
215 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationZX()
217 fCosine = PVRTXCOS(fAngle); in PVRTMatrixRotationZX()
218 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationZX()