home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
oct93
/
graphics
/
graphtal.lha
/
Graphtal
/
Examples
/
torus.lsys
< prev
next >
Wrap
Text File
|
1992-10-30
|
200b
|
40 lines
lsystem Torus;
const step = 20;
table MakeTorus
{
A -> F(10) pt(360/step) A;
};
attributes {
axiom wi(3) G(5) tu(110) A;
derivation MakeTorus(step);
coneres 10;
};