rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Add doctests across crate, add get/get_mut for tree types #29

Closed jaynus closed 5 years ago

jaynus commented 5 years ago

As a WIP while implementing a crate using the (obviously unfinished) octree implementation here, adding doctests and some functionality was the easiest way to get started learning it.

The doctests aren't complete across the crate yet, as I'm currently implementing LinearOctree features for my use case as well. I'll keep filling this PR as I move along.

vadixidav commented 5 years ago

I definitely want to finish filling out the documentation for the crate and implementation for LinearOctree before moving onto the remaining items in the readme. This is precisely what is needed.

Thank you very much for contributing to the project!

vadixidav commented 5 years ago

I know you are still planning to write more code, but I am going to accept your PR now and take care of the conflicts itself.

Thanks!