Lines Matching refs:fAngle
147 const float fAngle) in PVRTMatrixRotationXF() argument
153 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationXF()
154 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationXF()
156 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationXF()
157 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationXF()
175 const float fAngle) in PVRTMatrixRotationYF() argument
181 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationYF()
182 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationYF()
184 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationYF()
185 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationYF()
203 const float fAngle) in PVRTMatrixRotationZF() argument
209 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationZF()
210 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationZF()
212 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationZF()
213 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationZF()