rust-cv / space

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

Make octree nodes non-octree-aware #8

Closed vadixidav closed 6 years ago

vadixidav commented 6 years ago

After #7 is complete, we can make it an octree node contains 8 arbitrary sub elements. This means that internal nodes would use template parameters to store internal links and that different types of octrees can use the same code for working with nodes, since it will be abstracted regardless of contained data.