pub fn angle_diff(a: f64, b: f64) -> f64
Returns the smallest rotation between angles a and b.
a
b
A positive result is a counter-clockwise rotation and negative is clockwise.