From d40a61e154b9dfd6e80fca60ca6da26a7c99bbfa Mon Sep 17 00:00:00 2001 From: oneearedrabbit Date: Fri, 5 Jul 2024 00:46:08 -0400 Subject: [PATCH] Update index.html --- curves/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/curves/index.html b/curves/index.html index 571ec15..041fae6 100644 --- a/curves/index.html +++ b/curves/index.html @@ -55,7 +55,7 @@

Animated Curves

order = 20 @@ -70,6 +70,21 @@

Animated Curves

formula = (x - y) / i - sin(t)
+ +
+ + order = 4 + angle = 90 + + A => BF-F-BFFFC-F-FC+F+BF-F-BFFFC-F-FC + B => BFFFC-F-FC+F+B + C => C+F+BF-F-BFFFC + + formula = sin(i / x / y - t) +