You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried New(100,2) for a tree managing 2D rectangles. But that failed... I used New(100,3) which works but I don't know why.
So, what does this parameter specify?
And if I want to manage, let's say 5D "rectangles" I just extend my rectangle definition to 5 dimensions?
The text was updated successfully, but these errors were encountered:
Robert-M-Muench
changed the title
rtree / hilber / func New(bufferSize, ary uint64) => what is parameter ary?
rtree / hilbert / func New(bufferSize, ary uint64) => what is parameter ary?
Jan 2, 2021
I tried New(100,2) for a tree managing 2D rectangles. But that failed... I used New(100,3) which works but I don't know why.
So, what does this parameter specify?
And if I want to manage, let's say 5D "rectangles" I just extend my rectangle definition to 5 dimensions?
The text was updated successfully, but these errors were encountered: