Ignore:
Timestamp:
10/20/06 19:26:01 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstro.h

    r8066 r8140  
    2828    static Double_t Parsec2Lighyear() { return 3.2615644; }
    2929
     30    static Double_t DegToHor()        { return 15; }
     31    static Double_t HorToDeg()        { return 1./15; }
     32
     33    static Double_t RadToHor()        { return 15/TMath::TwoPi(); }
     34    static Double_t HorToRad()        { return TMath::TwoPi()/15; }
    3035
    3136    // Angle/Time conversion functions
Note: See TracChangeset for help on using the changeset viewer.