Class LSystemExamples
java.lang.Object
org.episteme.natural.biology.lsystems.LSystemExamples
Common L-Systems examples and fractals.
* @author Silvere Martin-Michiellot
- Since:
- 1.0
- Author:
- Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic LSystemalgae()Algae growth (original L-system by Lindenmayer).static LSystemDragon Curve.static LSystemFractal Plant (bush-like).static LSystemHilbert Curve (2D Space-filling).static LSystem3D Hilbert Curve.static LSystemKoch Snowflake curve.static LSystemSierpinski Triangle.static LSystemSimple Tree.
-
Method Details
-
kochSnowflake
Koch Snowflake curve. -
sierpinskiTriangle
Sierpinski Triangle. -
dragonCurve
Dragon Curve. -
fractalPlant
Fractal Plant (bush-like). -
simpleTree
Simple Tree. -
algae
Algae growth (original L-system by Lindenmayer). -
hilbertCurve
Hilbert Curve (2D Space-filling). -
hilbertCurve3D
3D Hilbert Curve.
-