Is there a formula to calculate "great circle distance" like length in cylindrical coordinate? As in the yellow line between 2 points in the attached picture.
I think I can interpolate and break this curved line between 2 points into small chunk then approximate using just euclidean distance but are there a better way to do this?