Changeset 6400 in ntrip for trunk/BNC/src/pppModel.h


Ignore:
Timestamp:
Dec 22, 2014, 11:26:18 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppModel.h

    r6268 r6400  
    1313  static ColumnVector Sun(double Mjd_TT);
    1414  static ColumnVector Moon(double Mjd_TT);
     15  static Matrix rotX(double Angle);
     16  static Matrix rotY(double Angle);
     17  static Matrix rotZ(double Angle);
    1518
    1619 private:
     
    1821  static const double RHO_SEC;
    1922  static const double MJD_J2000;
    20 
    21   static Matrix rotX(double Angle);
    22   static Matrix rotY(double Angle);
    23   static Matrix rotZ(double Angle);
    2423
    2524  static double GMST(double Mjd_UT1);
Note: See TracChangeset for help on using the changeset viewer.