@thi.ng/geom-api
Advanced tools
Comparing version 3.4.78 to 4.0.0
# Change Log | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Last updated**: 2024-03-21T16:11:49Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,9 @@ | ||
# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@4.0.0) (2024-03-21) | ||
#### 🛑 Breaking changes | ||
- update IntersectionResult.isec type ([36f69ba](https://github.com/thi-ng/umbrella/commit/36f69ba)) | ||
- BREAKING CHANGE: `IntersectionResult.isec` now always an array of points (if there're intersections) | ||
### [3.4.44](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.4.44) (2023-11-09) | ||
@@ -14,0 +21,0 @@ |
@@ -12,3 +12,6 @@ import type { Vec } from "@thi.ng/vectors"; | ||
type: IntersectionType; | ||
isec?: Vec | Vec[]; | ||
/** | ||
* If present, one or more intersection points. | ||
*/ | ||
isec?: Vec[]; | ||
det?: number; | ||
@@ -15,0 +18,0 @@ alpha?: number; |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "3.4.78", | ||
"version": "4.0.0", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -40,3 +40,3 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/vectors": "^7.10.20" | ||
"@thi.ng/vectors": "^7.10.21" | ||
}, | ||
@@ -101,3 +101,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n" | ||
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n" | ||
} |
31760
252
Updated@thi.ng/vectors@^7.10.21