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

add option for clearance in all directions #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 30, 2022

  1. add option for clearance in all directions

    The existing implementation of clearance only checks for obstacles along one diagonal.  This works for the problem as defined in the reference material, but it is not suitable for situations where one needs to check for clearance in a radius around the walkable point.  To address that need, this PR adds an option to check for clearance in all directions.  This change is backwards-compatible and preserves the existing check as the default behavior.
    Goober5000 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2eeda40 View commit details
    Browse the repository at this point in the history