I have a set of points defined by their longitude and latitude, and I would like to check if they lie within a "polygon" on sphere. By polygon on sphere, I mean area in between 4 lines going between 4 points that I have. As I understand it, Polygon will give me straight lines that are cast onto a sphere, and I want arcs that are the shortest possible connections between the points. So how may I do that?
أكثر...
أكثر...