@thi.ng/geom-clip-line 2.3.69 → 2.3.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T11:59:16Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/clip-with.d.ts CHANGED
@@ -14,6 +14,8 @@ import type { ReadonlyVec } from "@thi.ng/vectors";
14
14
  *
15
15
  * @example
16
16
  * ```ts
17
+ * import { clipPolylineWith } from "@thi.ng/geom-clip-line";
18
+ *
17
19
  * const pts = [[0, 0], [1, 0], [1, 1], [2, 1], [3, 1], [4, 0], [5, 0]];
18
20
  *
19
21
  * // isolate horizontal chunks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-clip-line",
3
- "version": "2.3.69",
3
+ "version": "2.3.71",
4
4
  "description": "2D line clipping (Liang-Barsky)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,9 +35,9 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.25",
39
- "@thi.ng/geom-isec": "^2.1.111",
40
- "@thi.ng/vectors": "^7.10.11"
38
+ "@thi.ng/api": "^8.9.26",
39
+ "@thi.ng/geom-isec": "^2.1.113",
40
+ "@thi.ng/vectors": "^7.10.13"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.40.1",
@@ -87,5 +87,5 @@
87
87
  ],
88
88
  "year": 2013
89
89
  },
90
- "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
90
+ "gitHead": "190d68e7f7524631b333cfdbf32c6a23be27c166\n"
91
91
  }