Changeset 7244 in ntrip for trunk/BNC/src/bncutils.h


Ignore:
Timestamp:
Aug 20, 2015, 1:37:05 PM (9 years ago)
Author:
stuerze
Message:

method for transformation of rectangular coordinates into geocentric coordinates is added

File:
1 edited

Legend:

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

    r7053 r7244  
    7373
    7474t_irc        xyz2ell(const double* XYZ, double* Ell);
     75
     76void         xyz2geoc(const double* XYZ, double* Geoc);
    7577
    7678void         xyz2neu(const double* Ell, const double* xyz, double* neu);
Note: See TracChangeset for help on using the changeset viewer.