Searched refs:sinR (Results 1 – 1 of 1) sorted by relevance
90 float sinR = SDL_sinf(r); in MatrixRotationX() local96 m.v._23 = sinR; in MatrixRotationX()97 m.v._32 = -sinR; in MatrixRotationX()105 float sinR = SDL_sinf(r); in MatrixRotationY() local110 m.v._13 = -sinR; in MatrixRotationY()112 m.v._31 = sinR; in MatrixRotationY()120 float sinR = SDL_sinf(r); in MatrixRotationZ() local125 m.v._12 = sinR; in MatrixRotationZ()126 m.v._21 = -sinR; in MatrixRotationZ()
Completed in 3 milliseconds