Searched refs:rotate_y (Results 1 – 4 of 4) sorted by relevance
41 void rotate_y(mat4& out, const mat4& a, double rad);
219 void rotate_y(mat4& out, const mat4& a, double rad) { in rotate_y() function
58 case NO::Rightwards: matrix::rotate_y(projMatrix, projMatrix, getPitch()); break; in getProjMatrix()60 case NO::Leftwards: matrix::rotate_y(projMatrix, projMatrix, -getPitch()); break; in getProjMatrix()
1647 rotate_y( A & a, Angle angle )1926 using ::boost::qvm::rotate_y;