@thi.ng/geom-clip-poly
Advanced tools
Comparing version 1.0.32 to 1.0.33
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.32...@thi.ng/geom-clip-poly@1.0.33) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/geom-clip-poly | ||
## [1.0.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.31...@thi.ng/geom-clip-poly@1.0.32) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-clip-poly", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"description": "2D convex polygon clipping (Sutherland-Hodgeman)", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -53,6 +53,6 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"dependencies": { | ||
"@thi.ng/geom-isec": "^0.5.7", | ||
"@thi.ng/geom-poly-utils": "^0.1.63", | ||
"@thi.ng/math": "^2.0.4", | ||
"@thi.ng/vectors": "^4.6.4" | ||
"@thi.ng/geom-isec": "^0.5.8", | ||
"@thi.ng/geom-poly-utils": "^0.1.64", | ||
"@thi.ng/math": "^2.1.0", | ||
"@thi.ng/vectors": "^4.6.5" | ||
}, | ||
@@ -65,12 +65,10 @@ "files": [ | ||
"keywords": [ | ||
"2D", | ||
"2d", | ||
"convex", | ||
"clipping", | ||
"ES6", | ||
"es6", | ||
"geometry", | ||
"liang-barsky", | ||
"line", | ||
"graphics", | ||
"polygon", | ||
"rect", | ||
"rectangle", | ||
"sutherland-hodgeman", | ||
@@ -86,3 +84,3 @@ "typescript" | ||
}, | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c" | ||
} |
25820
Updated@thi.ng/geom-isec@^0.5.8
Updated@thi.ng/math@^2.1.0
Updated@thi.ng/vectors@^4.6.5