pub fn bearing_to(origin: (f32, f32), target: (f32, f32)) -> f32
Calculates the bearing degrees going from the origin coordinates to the target coordinates.