Closed expedit85 closed 8 years ago
Hot diggity, well spotted. Still have to test the 2D functions better. Will fix!
2D LUT table decoding has a bug, so in 23c1721b0703dbcebde8f59648d2691aa9a5afc8 I temporarily reverted default 2D decoding back to the magicbits method. Still working on finding the bug in LUT table decoding though!
Should be fixed in 3581f651c5aa8ba042da761a145493d43aab45fc now.
Hi.
This library is nice, however I've found an issue.
Consider:
Compiling with G++ for C++11, I've got the following:
g++ --std=c++11 morton.cpp
Which is a mismatch between encode and decode.
Thanks.