public static double DragLength(this CelestialBody body, double altitudeASL, double dragCoeff, double mass)
 {
     return(body.DragLength(body.GetWorldSurfacePosition(0, 0, altitudeASL), dragCoeff, mass));
 }