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 a simple quad tree implementation. #12

Closed
wants to merge 1 commit into from

Conversation

broady
Copy link
Contributor

@broady broady commented Aug 13, 2013

No description provided.

mTree = new PointQuadTree<Item>(0, 1, 0, 1);
}

public void test_empty() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testEmpty(), testMultiplePoints(), etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

broady added a commit that referenced this pull request Aug 13, 2013
…metry.Point.

Also some cleanup of test method names (test_foo -> testFoo). (merges pull request #12)
@broady broady closed this Aug 13, 2013
@broady broady deleted the quadtree branch August 13, 2013 06:54
broady added a commit that referenced this pull request Aug 14, 2013
…metry.Point.

Also some cleanup of test method names (test_foo -> testFoo). (merges pull request #12)
broady pushed a commit that referenced this pull request Feb 11, 2014
Removed another data set
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

Successfully merging this pull request may close these issues.

2 participants