We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why is coordinate_calculation a struct with static members and not a simply a namespace?
Also IMHO, it seems more appropriate to place it in algorithms or util.
algorithms
util
/cc @DennisOSRM
The text was updated successfully, but these errors were encountered:
Yeah, fair point. Something to refactor on a slow day.
Sorry, something went wrong.
Move calculate_coordinate to algorithms/
755807b
Fixes #1367
b7ea64d
14e63eb
49adf21
Fyi, the code base has more of those, e.g. struct bearing, struct cast, in the utils directory. I already fixed those in #1661.
struct bearing
struct cast
No branches or pull requests
Why is coordinate_calculation a struct with static members and not a simply a namespace?
Also IMHO, it seems more appropriate to place it in
algorithms
orutil
./cc @DennisOSRM
The text was updated successfully, but these errors were encountered: