pub fn calculate_azimuth(point: &Vector3d, pole: &Vector3d) -> AngleExpand description
Calculate the azimuth at a point on the Great Circle defined by pole.
point- the point.pole- the right hand pole of the Great Circle.
returns the azimuth at the point on the great circle.