rust-cv / space

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

Allow paired octree iteration #12

Closed vadixidav closed 4 years ago

vadixidav commented 5 years ago

It needs to be possible to iterate over two or more octrees simultaneously to be able to observe differences between them in linear time complexity for a given number of nodes without having to resort to linear hashed octrees.