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