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
I raised issue #5 back in 2020 about the failure of gcIntersectBearing() when there is an attempt to take the acos() of a value ever so slightly greater than 1 or ever so slightly less than -1. I am still using my hacked-up version of gcIntersectBearing() but I would now like to request that these functions be superceded by versions that call Charles Karney's GeographicLib.
I raised issue #5 back in 2020 about the failure of
gcIntersectBearing()
when there is an attempt to take theacos()
of a value ever so slightly greater than 1 or ever so slightly less than -1. I am still using my hacked-up version ofgcIntersectBearing()
but I would now like to request that these functions be superceded by versions that call Charles Karney's GeographicLib.Charles has provided the C++ code for the intersection of two geodesics in the GeographicLib forum.
Unfortunately my C++ skills are nonexistent otherwise I'd be submitting a pull request!
The text was updated successfully, but these errors were encountered: