Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 500 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 500 Bytes

DelaunayTriangulationSwift

Delaunay Triangulation implementation written in swift https://en.wikipedia.org/wiki/Delaunay_triangulation


Usage

Generate a set of vertices and pass them into Delaunay.triangulate(vertices) which will then return the optimal set of triangles.

See the example project for more details.

Triangulation Example