pub fn calculate_sphere_bearing( point_a: Point2<f32>, point_b: Point2<f32>, ) -> f32
A premade variant of the sphere bearing calculation function, made for single precision floating-point arithmetic.