Merge branch ‘release/1.0.0’
Delaunay Triangulation implementation written in swift https://en.wikipedia.org/wiki/Delaunay_triangulation
Generate a set of vertices and pass them into Delaunay.triangulate(vertices) which will then return the optimal set of triangles.
Delaunay.triangulate(vertices)
See the example project for more details.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.