libmorton icon indicating copy to clipboard operation
libmorton copied to clipboard

Morton Order

Open adishavit opened this issue 8 years ago • 2 comments

Is there a way to compare which of two floats/doubles lies further along the Morton curse? Is there a direct way to do this besides rescaling, converting to integer and doing the conversion? Something like Moore's Hilbert code function hilbert_ieee_cmp() (here and here).

adishavit avatar Jul 31 '16 06:07 adishavit

Will look into this!

Forceflow avatar Jul 31 '16 19:07 Forceflow

I implemented this a long time ago. Recently I polished the code and put it on GitHub. See zorder_knn.

sebastianlipponer avatar May 03 '21 12:05 sebastianlipponer