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

[SpatialPartitioning] Clean up kdtree API #122

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

azaleostu
Copy link
Contributor

@azaleostu azaleostu commented Dec 5, 2023

This PR removes some unused functions from the kd-tree API, as well as functions that should not be exposed (e.g. non const accessors to internal data).

This PR also fixes the valid function of the kd-tree that used to crash immediately upon entry in debug.

@azaleostu azaleostu changed the title [SpatialPartitioning] Clean up API [SpatialPartitioning] Clean up kdtree API Dec 5, 2023
@azaleostu
Copy link
Contributor Author

Some of the changes of this PR were taken from #116

@nmellado nmellado merged commit 0f467fd into poncateam:master Dec 8, 2023
12 checks passed
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.

None yet

2 participants