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

Remove assumption of 1000x1000 size #6

Open
redblobgames opened this issue Jul 2, 2018 · 1 comment
Open

Remove assumption of 1000x1000 size #6

redblobgames opened this issue Jul 2, 2018 · 1 comment
Assignees
Milestone

Comments

@redblobgames
Copy link
Owner

Right now the library assumes the points will be 0 ≤ x ≤ 1000, 0 ≤ y ≤ 1000. What does this buy me? Is there any advantage to this limitation, or is just because that's the range I used for the map project this library came from?

@redblobgames redblobgames self-assigned this Oct 9, 2024
@redblobgames redblobgames added this to the v3 milestone Oct 9, 2024
@redblobgames
Copy link
Owner Author

V3 will take a bounds parameter {left: 0, top: 0, width: 1000, height: 1000} for the boundary point functions. The rest of the code will not assume a boundary.

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

1 participant