rust-cv / space

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

Added functionality for resizing octrees (ResizingPointerOctree) and … #31

Closed rauschaj closed 5 years ago

rauschaj commented 5 years ago

…implemented IntoIterator for octree

vadixidav commented 5 years ago

I think pulling in serde always even if it is just for the CenteredLeveledRegion is fine for now. Eventually I will make a breaking release that makes it an optional feature later.

Thank you for the contribution.