Skip to content

AlexLittlejohn/DelaunaySwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5738c6a · Jul 8, 2020

History

57 Commits
Jul 8, 2020
Jul 8, 2020
Jul 8, 2020
Jul 8, 2020
Jul 8, 2020
Sep 23, 2016
Jul 8, 2020
Jan 6, 2016
Jul 8, 2020
Jul 29, 2017
Apr 7, 2016

Repository files navigation

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