pub fn velocity_error_from_pointing(
accel_m_s2: f64,
burn_time_s: f64,
pointing_error_rad: f64,
) -> f64Expand description
Pointing error from thrust vector misalignment over a burn.
Returns the velocity error (km/s) from a constant pointing offset. v_error = a * t * sin(theta)