jmontrose / DelaunaySwift

Delaunay Triangulation implementation written in swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Delaunay Triangulation implementation written in swift

License:MIT License


Languages

Language:Swift 94.6%Language:Ruby 2.7%Language:Objective-C 2.7%