Searched refs:fAngle (Results 1 – 1 of 1) sorted by relevance
187 Mat4 Mat4::RotationX(const float fAngle) { in RotationX() argument191 fCosine = cosf(fAngle); in RotationX()192 fSine = sinf(fAngle); in RotationX()213 Mat4 Mat4::RotationY(const float fAngle) { in RotationY() argument217 fCosine = cosf(fAngle); in RotationY()218 fSine = sinf(fAngle); in RotationY()239 Mat4 Mat4::RotationZ(const float fAngle) { in RotationZ() argument243 fCosine = cosf(fAngle); in RotationZ()244 fSine = sinf(fAngle); in RotationZ()