home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 12
/
CD_ASCQ_12_0294.iso
/
maj
/
2328
/
bop07.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
338b
|
25 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
#
# The elongation rule from page 130 of ABOP :
#
# F(a) : * -> F(a*R)
#
# translates into :
#
# F='(R)F'(1/R)
#
15
45
20
#
&(90)+(90)a
#
a=F[+cx]Fb
b=F[-cy]Fa
# apical delay
x=a
y=b
#
F='(1.36)F'(.735) # internode elongation rate
@