diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-18 11:19:15 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-18 11:19:15 +0300 |
| commit | 96362954992abcc1686928a4075426079584905b (patch) | |
| tree | 4a25943e9763863cf44fd42ad6780d24cfee5225 | |
| parent | 7d8c903ff7800d25108930c2ea4e64a62f1cd03f (diff) | |
useless docs
| -rw-r--r-- | lsys.js | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,10 +1,3 @@ -// L-System as defined in -// http://en.wikipedia.org/wiki/L-system - -// Example usage: -// lsys = LSystem('F', { 'F' : 'F-F+FF' }); -// tree = lsys.iterate(2) - function LSystem(axiom, rules) { this.axiom = axiom; this.rules = rules; |
