morton.h 78 B

123456789101112131415
  1. void initMortonLUT();
  2. uint64_t mortonIndex(int x, int y, int z);