From 8146f912a86cd45b672902399962a3861bdbb42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Mon, 29 Dec 2025 23:37:23 +0100 Subject: [PATCH] Added constrained relaxation solver - but it doesn't work --- index.html | 1 + standalone/delaunay-edge-relax.html | 619 ++++++++++++++++++++++++++++ 2 files changed, 620 insertions(+) create mode 100644 standalone/delaunay-edge-relax.html diff --git a/index.html b/index.html index fca15f7..66caa35 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@
  • Gradient editor
  • 3D view using GravitySensor
  • Delaunay dataset
  • +
  • Delaunay dataset + Edge relaxation (Currently broken)
  • diff --git a/standalone/delaunay-edge-relax.html b/standalone/delaunay-edge-relax.html new file mode 100644 index 0000000..d13582e --- /dev/null +++ b/standalone/delaunay-edge-relax.html @@ -0,0 +1,619 @@ + + + + + + Delaunay + Planarity Back-Pressure Relaxation + + + +
    +
    + + + + + + + + + + + + + +
    + +
    + + + +