From c78950e433eb805bbbd4b4175d337279ad2c8916 Mon Sep 17 00:00:00 2001 From: oneearedrabbit Date: Fri, 19 Jul 2024 18:14:24 -0400 Subject: [PATCH] Update index.html --- l-system/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/l-system/index.html b/l-system/index.html index 3741f34..1f72780 100644 --- a/l-system/index.html +++ b/l-system/index.html @@ -307,6 +307,22 @@

L-system curves

+ +
+ + order = 4 + angle = 30 + + A => X + F => E + X => -F++F-X-F--F+Y---F--F+Y+F++F-X+++F++F-X-F++F-X+++F--F+Y-- + Y => +F++F-X-F--F+Y+F--F+Y---F--F+Y---F++F-X+++F++F-X+++F--F+Y + +
+
L-system curves B => -AFAF+BFBFB+F+BF-AFA-FB
- - -
- - order = 4 - angle = 30 - - A => X - F => E - X => -F++F-X-F--F+Y---F--F+Y+F++F-X+++F++F-X-F++F-X+++F--F+Y-- - Y => +F++F-X-F--F+Y+F--F+Y---F--F+Y---F++F-X+++F++F-X+++F--F+Y - -