UNPKG

fast-morton

Version:

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

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