Function calculate_sphere_bearing

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

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