Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java729 final static int spheroid_smooth = 70; field in PyMOL
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h154 REC_f( 70, spheroid_smooth , global , 1.1F ),
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectMolecule.cpp3915 float spheroid_smooth; in ObjectMoleculeCreateSpheroid() local
3935 spheroid_smooth = SettingGetGlobal_f(I->G, cSetting_spheroid_smooth); in ObjectMoleculeCreateSpheroid()
4025 ang = (float) ((acos(dp) / spheroid_smooth) * (cPI / 2.0)); in ObjectMoleculeCreateSpheroid()