Changeset 8140 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 10/20/06 19:26:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstro.h
r8066 r8140 28 28 static Double_t Parsec2Lighyear() { return 3.2615644; } 29 29 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; } 30 35 31 36 // Angle/Time conversion functions
Note:
See TracChangeset
for help on using the changeset viewer.