Uses of Class
org.episteme.natural.biology.lsystems.LSystem
Packages that use LSystem
Package
Description
- Lindenmayer systems for fractal and plant modeling.
-
Uses of LSystem in org.episteme.natural.biology.lsystems
Methods in org.episteme.natural.biology.lsystems that return LSystemModifier and TypeMethodDescriptionAdds a production rule.static LSystemLSystemExamples.algae()Algae growth (original L-system by Lindenmayer).static LSystemLSystemExamples.dragonCurve()Dragon Curve.static LSystemLSystemExamples.fractalPlant()Fractal Plant (bush-like).static LSystemLSystemExamples.hilbertCurve()Hilbert Curve (2D Space-filling).static LSystemLSystemExamples.hilbertCurve3D()3D Hilbert Curve.static LSystemLSystemExamples.kochSnowflake()Koch Snowflake curve.static LSystemLSystemExamples.sierpinskiTriangle()Sierpinski Triangle.static LSystemLSystemExamples.simpleTree()Simple Tree.