@thi.ng/morton
Advanced tools
Comparing version 3.1.75 to 3.1.76
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-02T14:05:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.75", | ||
"version": "3.1.76", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -107,3 +107,3 @@ "type": "module", | ||
}, | ||
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n" | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
} |
@@ -99,2 +99,4 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```ts | ||
import { ZCurve } from "@thi.ng/morton"; | ||
// create new Z-curve for 3D positions and 16bit value range | ||
@@ -101,0 +103,0 @@ const z = new ZCurve(3, 16); |
45617
175