@thi.ng/geom-clip-poly
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.37...@thi.ng/geom-clip-poly@1.0.38) (2020-12-07) | ||
**Note:** Version bump only for package @thi.ng/geom-clip-poly | ||
## [1.0.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.36...@thi.ng/geom-clip-poly@1.0.37) (2020-11-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-clip-poly", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "2D convex polygon clipping (Sutherland-Hodgeman)", | ||
@@ -52,6 +52,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/geom-isec": "^0.7.1", | ||
"@thi.ng/geom-poly-utils": "^0.2.1", | ||
"@thi.ng/math": "^2.2.1", | ||
"@thi.ng/vectors": "^4.8.1" | ||
"@thi.ng/geom-isec": "^0.7.2", | ||
"@thi.ng/geom-poly-utils": "^0.2.2", | ||
"@thi.ng/math": "^2.2.2", | ||
"@thi.ng/vectors": "^4.8.2" | ||
}, | ||
@@ -82,3 +82,3 @@ "files": [ | ||
}, | ||
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692" | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
} |
@@ -34,3 +34,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bgeom-clip-poly%5D) | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgeom-clip-poly%5D+in%3Atitle) | ||
@@ -70,4 +70,15 @@ ## Installation | ||
If this project contributes to an academic publication, please cite it as: | ||
```bibtex | ||
@misc{thing-geom-clip-poly, | ||
title = "@thi.ng/geom-clip-poly", | ||
author = "Karsten Schmidt", | ||
note = "https://thi.ng/geom-clip-poly", | ||
year = 2013 | ||
} | ||
``` | ||
## License | ||
© 2013 - 2020 Karsten Schmidt // Apache Software License 2.0 |
27191
83
Updated@thi.ng/geom-isec@^0.7.2
Updated@thi.ng/math@^2.2.2
Updated@thi.ng/vectors@^4.8.2