Home
last modified time | relevance | path

Searched refs:new_yrot (Results 1 – 2 of 2) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_mousekeyboard.cpp67 double new_yrot = yRotation();
73 new_yrot = round(yRotation() + relx) % 360;
77 setRotation(new_xrot, new_yrot, new_zrot);
223 double new_yrot = yRotation();
231 new_yrot = round(yRotation() + relx) % 360;
233 new_yrot = round(yRotation() - relx) % 360;
239 setRotation(new_xrot, new_yrot, new_zrot);
/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_mousekeyboard.cpp62 double new_yrot = yRotation(); in setRotationMouse() local
68 new_yrot = round(yRotation() + relx) % 360; in setRotationMouse()
72 setRotation(new_xrot, new_yrot, new_zrot); in setRotationMouse()
223 double new_yrot = yRotation(); in setRotationKeyboard() local
231 new_yrot = round(yRotation() + relx) % 360; in setRotationKeyboard()
233 new_yrot = round(yRotation() - relx) % 360; in setRotationKeyboard()
239 setRotation(new_xrot, new_yrot, new_zrot); in setRotationKeyboard()