Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DRotationElements.hpp290 static double customGrsDrift; //!< Annual drift of Great Red Spot position (degrees) member in RotationElements
H A DRotationElements.cpp33 double RotationElements::customGrsDrift = 15.; member in RotationElements
288 customGrsLongitude + customGrsDrift*(JDE - customGrsJD)/365.25 : in corrWJupiter()
H A DSolarSystem.hpp105 …Q_PROPERTY(double customGrsDrift READ getCustomGrsDrift WRITE setCustomGrsDrift NOTIFY custom… property in SolarSystem
H A DSolarSystem.cpp3111 RotationElements::customGrsDrift = drift; in setCustomGrsDrift()
3119 return RotationElements::customGrsDrift; in getCustomGrsDrift()