Eci values are in radians

feature/19
Daniel Warner 2011-12-14 10:58:01 +00:00
parent dfe868cae7
commit 16bfbd99bd
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ CoordGeodetic Eci::ToGeodetic() const
const double alt = r / cos(lat) - kXKMPER * c; const double alt = r / cos(lat) - kXKMPER * c;
return CoordGeodetic(lat, lon, alt); return CoordGeodetic(lat, lon, alt, true);
} }