Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi authored Sep 5, 2022
1 parent 5c520a2 commit 3abe633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Implementation of the [S-Hull Delaunay](http://www.s-hull.org/) triangulation algorithm in Stata. The Convex Hull is generated as a residual from the triangles. Voronoi tessellations are recovered as a dual to the triangles.

The implementation is a port of the Mapbox's [Delaunator](https://github.com/mapbox/delaunator) implementation and D3's [Delaunay/Voronoi](https://github.com/d3/d3-delaunay) implementation.


## Install the package

Expand Down

0 comments on commit 3abe633

Please sign in to comment.