Searched refs:rotate_x (Results 1 – 4 of 4) sorted by relevance
40 void rotate_x(mat4& out, const mat4& a, double rad);
185 void rotate_x(mat4& out, const mat4& a, double rad) { in rotate_x() function
59 case NO::Downwards: matrix::rotate_x(projMatrix, projMatrix, -getPitch()); break; in getProjMatrix()61 default: matrix::rotate_x(projMatrix, projMatrix, getPitch()); break; in getProjMatrix()
1449 rotate_x( A & a, Angle angle )1924 using ::boost::qvm::rotate_x;