maxme1 / pyflubber

Linear interpolation of open and closed lines
MIT License
1 stars 0 forks source link

Multiple components #2

Open peekxc opened 1 year ago

peekxc commented 1 year ago

the JS version of flubber has functionality to separate and combine polygons with a disparate number of components

see e.g. the separate and combine functions

Does pyflubber have this functionality? Or is it possible to include? This may not non-trivial to add, I'm not sure

maxme1 commented 1 year ago

Hi! Currently we don't have this functionality, although this should be straightforward to port from flubber. I might do it in a few weeks. Or, if you're interested in creating a pull request - that would be great.