Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow input in radians for Karney's geodesic methods #2

Open
adl1995 opened this issue Jun 20, 2018 · 0 comments
Open

Allow input in radians for Karney's geodesic methods #2

adl1995 opened this issue Jun 20, 2018 · 0 comments

Comments

@adl1995
Copy link
Collaborator

adl1995 commented Jun 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant