You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like added to this project
A feature that determines whether a given point lies within a great circle arc. The great circle arc should be restricted to a span of less than 180 degrees, and the implementation should handle cases where the arc crosses the antimeridian (the 0-degree meridian). The antimeridian is the meridian located at 0 degrees longitude. And the longnitude span is [0, 365)
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like added to this project
A feature that determines whether a given point lies within a great circle arc. The great circle arc should be restricted to a span of less than 180 degrees, and the implementation should handle cases where the arc crosses the antimeridian (the 0-degree meridian). The antimeridian is the meridian located at 0 degrees longitude. And the longnitude span is [0, 365)
The text was updated successfully, but these errors were encountered: