pub fn brachistochrone_time(distance: Km, accel_km_s2: f64) -> SecondsExpand description
Transfer time for a brachistochrone transfer given distance and constant acceleration.
t = 2 * sqrt(d / a)
Returns time in seconds.
Assumption: straight-line path, constant thrust, no gravity, rest-to-rest.