85 ECEFPositionVelocity(body,
time, Pos, Vel);
114 relativeInertialPositionVelocity(ttag.
dMJD(), body, idEarth,
119 for (i = 0; i < 3; i++)
138 tVel *= 1000.0 / 86400.0;
141 Pos =
Position(tPos(0), tPos(1), tPos(2), Position::Cartesian);
142 Vel =
Position(tVel(0), tVel(1), tVel(2), Position::Cartesian);
152 Exception E(
"std except: " +
string(e.what()));