EMatrix
|
These constants are from the gcc 3.2 <cmath> file (overkill??) More...
Variables | |
const double | PI = 3.1415926535897932384626433832795029L |
const double | PI_2 = 1.5707963267948966192313216916397514L |
const double | RTD = 180.0L/PI |
const double | DTR = 1.0L/RTD |
const double | REQ = 6378137.0 |
const double | rEQ = 6356752.3142 |
const double | f = 1.0/298.257223563 |
const double | ECC = 0.0818191908426 |
const double | ECC2 = ECC*ECC |
const double | WS = 7.292115E-05 |
const double | g = 9.78032534 |
const double | k = 0.00193185 |
These constants are from the gcc 3.2 <cmath> file (overkill??)
const double ematrix::cnst::PI = 3.1415926535897932384626433832795029L |
const double ematrix::cnst::PI_2 = 1.5707963267948966192313216916397514L |
Definition at line 34 of file EMatrix.h.
Referenced by ematrix::TEL().
const double ematrix::cnst::REQ = 6378137.0 |
const double ematrix::cnst::WS = 7.292115E-05 |
Definition at line 47 of file EMatrix.h.
Referenced by ematrix::TIE().