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
d3.quadtree().add([1, 2]).find(1, 2, 0) returns undefined, while I'd expect it to return [1, 2].
d3.quadtree().add([1, 2]).find(1, 2, 0)
undefined
[1, 2]
The text was updated successfully, but these errors were encountered:
the test is for a distance strictly inferior to the radius, so it doesn't pass. It should probably be documented as "strictly within the radius"?
Sorry, something went wrong.
No branches or pull requests
d3.quadtree().add([1, 2]).find(1, 2, 0)
returnsundefined
, while I'd expect it to return[1, 2]
.The text was updated successfully, but these errors were encountered: