fesoliveira014 / voronator-rs

Delaunay triangulation and Voronoi diagram generation. Ported from Mapbox's Delaunator and d3-voronoi
MIT License
53 stars 13 forks source link

Change to clipping #10

Closed AlanRace closed 2 years ago

AlanRace commented 2 years ago

This is quite a large change, but adds functionality (e.g. clipping to no rectangular regions) and fixes issue #7 (a test is included). Details are below. As the API has changed, feel free to recommend a different one - or a version bump.

fesoliveira014 commented 2 years ago

This looks pretty good, the Sutherland Hodgman algorithm is something I wanted to implement for a while, but never got the time to do so. I really appreciate your contribution!

entropylost commented 2 years ago

Oh wow, thanks