Function unit_sphere::vector::delta_longitude
source ยท pub fn delta_longitude(a: &Vector3d, b: &Vector3d) -> AngleExpand description
Calculate the relative longitude of point a from point b.
a,b- the points.
returns the relative longitude of point a from point b, negative if a is West of b, positive otherwise.