Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement difference with multiple clippings #1

Closed
mfogel opened this issue Feb 27, 2018 · 0 comments
Closed

Implement difference with multiple clippings #1

mfogel opened this issue Feb 27, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mfogel
Copy link
Owner

mfogel commented Feb 27, 2018

Currently there exists: difference(subjectGeom, clippingGeom)

This can be expanded to support multiple clippings:

difference(subjectGeom, clipGeom1, clipGeom2, ...)

Functionally this will be the same as difference(subjectGeom, union(clipGeom1, clipGeom2, ...)) just all done in one pass. It'll be more efficient, and will give difference the same function signature as the other operations.

@mfogel mfogel added the enhancement New feature or request label Feb 27, 2018
@mfogel mfogel added this to the 0.5 milestone Feb 28, 2018
@mfogel mfogel closed this as completed in d0cd532 Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant