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

Key in Morton index (Z-order) #2

Open
szaghi opened this issue Oct 2, 2016 · 1 comment
Open

Key in Morton index (Z-order) #2

szaghi opened this issue Oct 2, 2016 · 1 comment
Assignees

Comments

@szaghi
Copy link
Owner

szaghi commented Oct 2, 2016

The key_abstract will have some concrete extensions, e.g. a simple integer key or a simple string one. However, I'll need a more powerfull type of key, the Morton's index that allows for the Z-ordered space in 2D/3D: it has many good features for quadtree/octree implementations. Here the list of some references:

@szaghi szaghi self-assigned this Oct 2, 2016
@szaghi szaghi changed the title Key in Morton space (Z-index) Key in Morton index (Z-order) Oct 2, 2016
@szaghi
Copy link
Owner Author

szaghi commented Oct 6, 2016

Created a devoted project here.

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

1 participant