Ignore:
Timestamp:
04/29/09 13:05:42 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.h

    r8847 r9435  
    3030    double   fSinAngle;
    3131    double   fCosAngle;
     32    double   fAngle;
    3233
    3334    float    fLimitMag; // [M] limiting magnitude for display
     
    5758    void  SetPixSize(const double pixsize);
    5859    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; }
    6061    void  Reload();
     62
     63    double GetRotationAngle() { return fAngle; }
    6164
    6265    double GetPixSize() const;
Note: See TracChangeset for help on using the changeset viewer.