Home
last modified time | relevance | path

Searched refs:rotate_y (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.hpp41 void rotate_y(mat4& out, const mat4& a, double rad);
H A Dmat4.cpp219 void rotate_y(mat4& out, const mat4& a, double rad) { in rotate_y() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp58 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_operations.hpp1647 rotate_y( A & a, Angle angle )
1926 using ::boost::qvm::rotate_y;