]> git.lizzy.rs Git - lagrange-playground.git/commitdiff
Add controls and algorithm info
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Thu, 9 Sep 2021 11:43:54 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 11:43:54 +0000 (13:43 +0200)
README.md

index 2fb7c8592b342435d33442953b806c555a83d446..7b838ebca006661d463c66631ba87264d46d84be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,12 @@
-# lagrange-playground
+# Lagrange Playground
 Play around with lagrange interpolation online
+Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/
+
+## Controls
+- Leftclick to add a point
+- Drag a point to move it
+- Drag to move screen
+
+## Algorithm
+The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points.
+It is described here: https://en.wikipedia.org/wiki/Lagrange_polynomial