v0.1.15
GeometryOps v0.1.15
- Use GeometryOpsCore (finally!). This version of GeometryOps is restricted to v0.1.2 of GeometryOpsCore only, because we plan to introduce a new algorithm and operation interface in the next version of GeometryOpsCore, which will cause significant code changes in GeometryOps.
- Refactor
segmentizeto use Manifold types likePlanarandGeodesic(only those two for now). More refactors for other functions to come in future releases of GeometryOps. - New function
forcexywhich is liketuplesbut removes all Z and M coordinates, andforcexyzwhich forces all coordinates to be 2.5D with some default z coordinate if the input does not already have one.
Merged pull requests:
- Use GeometryOpsCore for real (#223) (@asinghvi17)
- Better tests and testsets (#260) (@asinghvi17)
- Fix package.json that stopped doc build (#261) (@asinghvi17)
- Fix package.json that stopped doc build on main (#262) (@asinghvi17)
- WIP Edge thinning for polygon intersection (#263) (@asinghvi17)
- Bump patch versions (#265) (@asinghvi17)
Closed issues:
- Type inference error for GI geometries (#241)