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
Hi there I noticed that the path taken when allowing for diagonals is not always the most 'natural' route. Take the following example:
It makes more sense for a person to walk like this.
I think there should be a cost involved in taking a diagonal path. What are your thoughts about this? Would you accept a PR along these lines?
relevant: https://stackoverflow.com/questions/845626/how-do-i-find-the-most-naturally-direct-route-using-a-star-a
The text was updated successfully, but these errors were encountered:
Just chiming in to say I agree and have noticed the same behavior.
Sorry, something went wrong.
No branches or pull requests
Hi there I noticed that the path taken when allowing for diagonals is not always the most 'natural' route. Take the following example:
It makes more sense for a person to walk like this.
I think there should be a cost involved in taking a diagonal path. What are your thoughts about this? Would you accept a PR along these lines?
relevant: https://stackoverflow.com/questions/845626/how-do-i-find-the-most-naturally-direct-route-using-a-star-a
The text was updated successfully, but these errors were encountered: