Searched refs:RotationY (Results 1 – 4 of 4) sorted by relevance
708 mWorld *= PVRTMat4::RotationY(m_fWallPos); in RenderScene()723 mWorld = mWallWorld * PVRTMat4::RotationY(m_fWallPos) * mWallWorld.inverse() * mWorld; in RenderScene()
160 PVRTMat3 PVRTMat3::RotationY(VERTTYPE angle) in RotationY() function in PVRTMat3201 PVRTMat4 PVRTMat4::RotationY(VERTTYPE angle) in RotationY() function in PVRTMat4
1316 static PVRTMat3 RotationY(VERTTYPE angle);1796 static PVRTMat4 RotationY(VERTTYPE angle);
739 PVRTMat4 mModel = PVRTMat4::RotationY(ulTime * 0.0015f); in RenderScene()