Michael Carleton
Michael Carleton
Hello Alessandro, I'm sorry I haven't addressed this until now. It's true that it could be _useful_, but I think it's possibly overkill, since (I'd hope) the methods that the...
Can you certify that the coordinates of the two slice shapes overlap perfectly? I'm guessing this isn't the case somehow. If so, you could put the tiles through `PGS_Conversion.roundVertexCoords()` first,...
Can you share code?
Closed -- stale. Further, `union()` should always reproduce both shapes even if they do not intersect (in this case they become a single group shape having 2 disjoint child shapes).
Would a `offsetCurvesInward()` method that has a `curves` parameter suffice?
What additional control should `buffer()` have? I don't believe the outputs should be deeply nested; rather it would have a child shape for each shape/element in the input (in the...
I've pushed related changes to the dev branch. Added the additional method signatures, and where multiple curves are created at the same step, they are formed as a GROUP shape...
It has been pushed to the dev branch. The current latest .jar build of dev branch is here: https://github.com/micycle1/PGS/suites/8324649972/artifacts/365843541
Which version of PGS are you using? PGS 1.2.0+ behaves well with P2D. In fact I've just tried the [slice example](https://github.com/micycle1/PGS/blob/master/examples/slice/slice.pde) in `P2D` with the newest version and that's working...