ALEA::FRACT-GEN1
Arguments: obj1 int &optional obj2 [generic-function]
Generates the coordinates of points on a fractal curve, based on graphical data.
- obj1 is the pairs of coordinates or a BPF;
- int is the number of iterations;
- obj2 is the pairs of coordinates or a BPF.
The fract-gen1 module applies the figure, or object, defined by obj1 onto itself or onto a second object, obj2, if that optional input has been opened.
The first output of this module is a list of coordinates:
( (x0 y0 ) (x1 x2 ) ... (xn yn )),
the second input is a list of the x values and the third one a list of the y values
The first output of this module is a list of coordinates:
( (x0 y0 ) (x1 x2 ) ... (xn yn )),
the second input is a list of the x values and the third one a list of the y values