pub fn flip_angular_rate(flip_duration_s: f64) -> f64Expand description
Angular rate for a flip maneuver (rad/s).
A brachistochrone flip involves rotating the ship 180° at the midpoint. Given a desired flip duration in seconds, returns the angular rate. Assumes constant angular velocity (instantaneous start/stop).