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

Connectivity for two dimensions along a given plane #291

Open
haykam821 opened this issue Jun 9, 2024 · 0 comments
Open

Connectivity for two dimensions along a given plane #291

haykam821 opened this issue Jun 9, 2024 · 0 comments
Labels
feature New feature or request

Comments

@haykam821
Copy link
Contributor

haykam821 commented Jun 9, 2024

The BlockTraversal utilities are primarily meant for three dimensions, but often only two dimensions need to be traversed, such as to flood-fill the floor of a map. 4-connectivity and 8-connectivity could be supported, with variants for each three-dimensional axis. Alternatively, only the XZ-plane needs to be supported.

Note that the BlockTraversal.Connectivity.create method is not public, so custom connectivities cannot be used.

@haykam821 haykam821 added the feature New feature or request label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant