baddstats / polyclip

R package polyclip: a port of the Clipper library for polygon geometry
19 stars 6 forks source link

Clipping of paths #4

Closed thomasp85 closed 5 years ago

thomasp85 commented 6 years ago

As it is now, polyclip() consider the input paths closed. Would you consider either making a switch to control how the paths should be considered or make a polylineclip() function as well?

baddstats commented 6 years ago

OK. Will do.

thomasp85 commented 5 years ago

Are you still planning on implementing this when time permits? It would be a very nice addition

rubak commented 5 years ago

Does the recent PR by @pmur002 solve this issue as well? It sounds like the same feature request to me.

thomasp85 commented 5 years ago

It appears so. Thanks!