~alexwolf/stellarium/scripts-output

« back to all changes in this revision

Viewing changes to src/core/modules/Planet.hpp

  • Committer: Alexander Wolf
  • Date: 2014-07-27 19:44:13 UTC
  • Revision ID: alex.v.wolf@gmail.com-20140727194413-cxkyu28dynmi1vff
Improvement auto selection of landscapes for planets and add fix to getting visual magnitude of planets in scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        double getMeanSolarDay(void) const;
147
147
 
148
148
        const QString& getTextMapName() const {return texMapName;}      
 
149
        const QString getPlanetType() const {return pType;}
149
150
 
150
151
        // Compute the z rotation to use from equatorial to geographic coordinates
151
152
        double getSiderealTime(double jd) const;