ALEA::MIDPOINT2
Arguments: liste1 niveaux sig-x sig-y [generic-function]
Constructs a list of points with their x and y locations based on the algorithm of movement of the mean.
- list1 is a list of lists, where each sub-list is a pair of values indicating the coordinates of fixed points; list1 may also be a BPF, in this case the coordinates of the points will be extracted and used as data;
- niveaux is a whole number which indicates the depth of the transformation of list1;
- sig-x is the parameter of dispersion for the gaussian variation introduced into the 'x' values;
- sig-y is the parameter of dispersion for the gaussian variation introduced into the 'y' values.
In this version the perturbation is based on a gaussian distribution.
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