UNPKG

fast-morton

Version:

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

4 lines (3 loc) 245 B
export declare const version = "PKG_VERSION"; export { morton2DEncodeMB, morton2DDecodeMB, morton2DEncodeLUT, morton2DDecodeLUT, } from "./2d"; export { morton3DEncodeMB, morton3DDecodeMB, morton3DEncodeLUT, morton3DDecodeLUT, } from "./3d";