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
Currently, Karney's geodesic methods support input in degrees, whereas, the formulas currently implemented in Boost Geometry take input in radians (see boostorg/geometry#486).
This issue is a reminder to modify Karney's method to allow input in radians. This might lead to performance improvements, since there will less conversions (i.e. divisions / multiplications) involved.
The text was updated successfully, but these errors were encountered:
Currently, Karney's geodesic methods support input in degrees, whereas, the formulas currently implemented in Boost Geometry take input in radians (see boostorg/geometry#486).
This issue is a reminder to modify Karney's method to allow input in radians. This might lead to performance improvements, since there will less conversions (i.e. divisions / multiplications) involved.
The text was updated successfully, but these errors were encountered: