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

need option to prevent/allow diagonal when next to obstacle #25

Closed
PrimeLens opened this issue Mar 19, 2015 · 1 comment
Closed

need option to prevent/allow diagonal when next to obstacle #25

PrimeLens opened this issue Mar 19, 2015 · 1 comment

Comments

@PrimeLens
Copy link

Hi, when walking on 0
[1, 0]
[0, 0]
there should be an option to allow or prevent the diagonal when next to one obstacle.

Also
[1, 0]
[0, 1]
to allow or prevent when walking between diagonally between two obstacles

@prettymuchbryce
Copy link
Owner

Hello. Sorry for the delay. I can see how this would be useful, and I agree that this should be a feature. Something like enableCornerCutting() and disableCornerCutting() methods on an easystar instance.

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

2 participants