rust-cv / space

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

Add MortonRegion::parent #30

Closed vadixidav closed 4 years ago

vadixidav commented 5 years ago

A method on MortonRegion should be created named parent that gives the parent region. Currently the user has to create a mutable local and then call .exit() on it to mutate it into the parent.