From f35cddb5a753952c7c0e84a2838615cbbd1a315f Mon Sep 17 00:00:00 2001 From: oneearedrabbit Date: Fri, 5 Jul 2024 00:58:37 -0400 Subject: [PATCH] Update index.html --- curves/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/curves/index.html b/curves/index.html index 3e44f0d..cfa55a9 100644 --- a/curves/index.html +++ b/curves/index.html @@ -85,6 +85,22 @@

Animated Curves

formula = sin(i / x / y - t) + + +
+ + order = 6 + angle = 120 + + A => F+F+F + F => F-F+F + + formula = sin(log(i) - t) + +