diagrams / diagrams-contrib

User-contributed extensions to diagrams
BSD 3-Clause "New" or "Revised" License
27 stars 31 forks source link

add IntersectionExtras #79

Closed bacchanalia closed 5 years ago

bacchanalia commented 5 years ago

explodeIntersections is an easy way to deal with subtrails between intersections in a path. I have used it as an alternative to Diagrams.TwoD.Path.Bianary see here, but it should have other applications also.

The other functions are either exposing the pieces I used to build explodeIntersections in case some else finds them useful or for consuming the result of explodeIntersection/explodePath.

byorgey commented 5 years ago

Thanks!