calculate_azimuth

Function calculate_azimuth 

Source
pub fn calculate_azimuth(point: &Vector3d, pole: &Vector3d) -> Angle
Expand 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.