pub fn relative_velocity(velocity_a: f64, velocity_b: f64) -> Option<f64>
Computes the signed relative velocity between two one-dimensional bodies.
Formula: v_rel = v_a - v_b
v_rel = v_a - v_b