Skip to content

Releases: topomesh/zmsh

Delaunay triangulations

08 Jan 02:09
Compare
Choose a tag to compare

This release adds unconstrained Delaunay triangulations by computing the convex hull of the points lifted to a parabola.

nD convex hulls

03 Jan 22:52
Compare
Choose a tag to compare

Convex hulls in arbitrary dimension work with this release. The algorithm should do the right thing to include coplanar points on the hull but I can't guarantee your safety if you try to compute the hull of a point set that lies on a lower-dimensional hyperplane.