Class LSystemExamples

java.lang.Object
org.episteme.natural.biology.lsystems.LSystemExamples

public final class LSystemExamples extends Object
Common L-Systems examples and fractals. * @author Silvere Martin-Michiellot
Since:
1.0
Author:
Gemini AI (Google DeepMind)
  • Method Details

    • kochSnowflake

      public static LSystem kochSnowflake()
      Koch Snowflake curve.
    • sierpinskiTriangle

      public static LSystem sierpinskiTriangle()
      Sierpinski Triangle.
    • dragonCurve

      public static LSystem dragonCurve()
      Dragon Curve.
    • fractalPlant

      public static LSystem fractalPlant()
      Fractal Plant (bush-like).
    • simpleTree

      public static LSystem simpleTree()
      Simple Tree.
    • algae

      public static LSystem algae()
      Algae growth (original L-system by Lindenmayer).
    • hilbertCurve

      public static LSystem hilbertCurve()
      Hilbert Curve (2D Space-filling).
    • hilbertCurve3D

      public static LSystem hilbertCurve3D()
      3D Hilbert Curve.