Changeset 9435 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 04/29/09 13:05:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r8847 r9435 30 30 double fSinAngle; 31 31 double fCosAngle; 32 double fAngle; 32 33 33 34 float fLimitMag; // [M] limiting magnitude for display … … 57 58 void SetPixSize(const double pixsize); 58 59 void SetLimitMag(const float mag); 59 void SetRotationAngle(const float angle) { fSinAngle = sin(angle/kRad2Deg); fCosAngle = cos(angle/kRad2Deg); }60 void SetRotationAngle(const double angle) { fSinAngle = sin(angle/kRad2Deg); fCosAngle = cos(angle/kRad2Deg); fAngle=angle; } 60 61 void Reload(); 62 63 double GetRotationAngle() { return fAngle; } 61 64 62 65 double GetPixSize() const;
Note:
See TracChangeset
for help on using the changeset viewer.