Closed vadixidav closed 4 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.
MortonRegion
parent
.exit()
A method on
MortonRegion
should be created namedparent
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.