- local Delaunay condition and Lawson's flip algorithm
- paraboloid lifting map: locally Delaunay = locally convex lift
- locally Delaunay everywhere = locally convex lift everywhere = convex lift = Delaunay
- Flipping lowers the lifted surface, so Lawson's algorithm done after O(n^2) flips
- Incremental flipping algorithm: also O(n^2) time in the worst case
…Read more
Less…
- Tags
-