UNPKG

fast-morton

Version:

Fast morton encoding and decoding for 2D and 3D coordinates

3 lines (2 loc) 88 B
export { morton3DEncode } from "./encode"; export { morton3DDecode } from "./decode";