Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSceneDef.h182 short prev_no_z_rotation1, prev_no_z_rotation2; variable
H A DScene.cpp5133 (!I->prev_no_z_rotation1 || !I->prev_no_z_rotation2)) { in SceneDrag()
5163 r2lt = I->prev_no_z_rotation2; in SceneDrag()
5168 I->prev_no_z_rotation2 = r2 < scale; in SceneDrag()
5533 (!I->prev_no_z_rotation1 || !I->prev_no_z_rotation2)) { in SceneDrag()
5563 r2lt = I->prev_no_z_rotation2; in SceneDrag()
5568 I->prev_no_z_rotation2 = r2 < scale; in SceneDrag()
7381 return (!I->prev_no_z_rotation1 || !I->prev_no_z_rotation2); in SceneIsTwisting()