Libmorton: A library for Morton order encoding / decoding
For my graphics research, I ended up having to encode/decode 3D coordinates into Morton order / Z-order a lot. For a detailed explanation on how I use them and what they are, check this blog post, which sparked an interesting discussion on the implementation details, and turned out to be a popular …