Home
last modified time | relevance | path

Searched refs:SetAutoRotationVector (Results 1 – 3 of 3) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DPrefs.h307 …inline void SetAutoRotationVector(int x, int y, int z) {autoSpeedX = x; autoSpeedY = y; autoSpeedZ… in SetAutoRotationVector() function
H A DmyPrefs.cpp1357 mTargetPrefs->SetAutoRotationVector(xv, yv, zv);
H A DMolDisplayWin.cpp4040 Prefs->SetAutoRotationVector(inertia.x, inertia.y, 0); in Rotate()