Function calculate_sphere_bearing

Source
pub fn calculate_sphere_bearing(
    point_a: Point2<f64>,
    point_b: Point2<f64>,
) -> f64
Expand description

A premade variant of the sphere bearing calculation function, made for double precision floating-point arithmetic.