@thi.ng/geom-clip-poly
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.16...@thi.ng/geom-clip-poly@1.0.17) (2020-06-01) | ||
**Note:** Version bump only for package @thi.ng/geom-clip-poly | ||
## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.15...@thi.ng/geom-clip-poly@1.0.16) (2020-05-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-clip-poly", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "2D convex polygon clipping (Sutherland-Hodgeman)", | ||
@@ -46,6 +46,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/geom-isec": "^0.4.18", | ||
"@thi.ng/geom-poly-utils": "^0.1.47", | ||
"@thi.ng/geom-isec": "^0.4.19", | ||
"@thi.ng/geom-poly-utils": "^0.1.48", | ||
"@thi.ng/math": "^1.7.10", | ||
"@thi.ng/vectors": "^4.4.1", | ||
"@thi.ng/vectors": "^4.4.2", | ||
"tslib": "^1.12.0" | ||
@@ -79,3 +79,3 @@ }, | ||
}, | ||
"gitHead": "1dade92dbdf699ea3bcd75844e311456c1d99ee3" | ||
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93" | ||
} |
25139
Updated@thi.ng/geom-isec@^0.4.19
Updated@thi.ng/vectors@^4.4.2