Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Morton Order #21

Open
adishavit opened this issue Jul 31, 2016 · 2 comments
Open

Morton Order #21

adishavit opened this issue Jul 31, 2016 · 2 comments
Assignees

Comments

@adishavit
Copy link

adishavit commented Jul 31, 2016

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).

@Forceflow Forceflow self-assigned this Jul 31, 2016
@Forceflow
Copy link
Owner

Will look into this!

@sebastianlipponer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants