mikolalysenko / incremental-delaunay

Constructs a Delaunay triangulation for a collection of points
MIT License
24 stars 2 forks source link

Broken for d>2 #1

Open mikolalysenko opened 10 years ago

mikolalysenko commented 10 years ago

There is a problem with the edge flipping routine for d>2. In 3D, need to check if bistellar flips are feasible first.

donmccurdy commented 5 years ago

From the readme (This module has problems in >3D) I would have assumed this is only broken for d>3. Is that referring to a different issue than this one, or if not, would you take a PR clarifying the readme?