Searched refs:fAngle (Results 1 – 1 of 1) sorted by relevance
190 Mat4 Mat4::RotationX( const float fAngle ) in RotationX() argument195 fCosine = cosf( fAngle ); in RotationX()196 fSine = sinf( fAngle ); in RotationX()217 Mat4 Mat4::RotationY( const float fAngle ) in RotationY() argument222 fCosine = cosf( fAngle ); in RotationY()223 fSine = sinf( fAngle ); in RotationY()245 Mat4 Mat4::RotationZ( const float fAngle ) in RotationZ() argument250 fCosine = cosf( fAngle ); in RotationZ()251 fSine = sinf( fAngle ); in RotationZ()