Searched refs:fCosine (Results 1 – 1 of 1) sorted by relevance
189 float fCosine, fSine; in RotationX() local191 fCosine = cosf(fAngle); in RotationX()199 ret.f_[5] = fCosine; in RotationX()204 ret.f_[10] = fCosine; in RotationX()215 float fCosine, fSine; in RotationY() local217 fCosine = cosf(fAngle); in RotationY()220 ret.f_[0] = fCosine; in RotationY()230 ret.f_[10] = fCosine; in RotationY()241 float fCosine, fSine; in RotationZ() local243 fCosine = cosf(fAngle); in RotationZ()[all …]