The following assumes that you are familiar with the document "How Gasket Works".
At the most basic level, the user clicks on the picture to indicate either a "seed point" or a desired location for a control point, and an image is returned showing the result of this action. (The method the computer uses to draw the image is described in "How Gasket Works".)
The rules for the line drawings work as follows. At the zeroth level, lines
are drawn connecting each control point to the next one in the order they
appear in the "Move Point" selection menu. Iteration one is drawn by
taking each of these line segments and moving every point on the segment
toward each control point according to the movement ratio specified for that
control point. This is accomplished by moving the endpoints of each segment
according to the ratio and then reconnecting them at their new location.
The second iteration moves each of the lines from the first iteration toward
each control point and replots them. The third iteration similarly operates
on the lines plotted by the second iteration, and so on.
In addition to moving the points to their default positions it will
reset the movement ratios and the relative probabilities to their default
values.
(Note: To change the
number of control points, you must click the Reset | Change
Number of Points button. Simply changing the popup menu and then clicking
on the image will not affect the number of points.)
To set all of these ratios to the same number, check the "Set All To:" box and
enter the ratio in the text window.
(A really cool thing you can do here is show
that, for a given sequence of random numbers, you eventually end up going to
the same locations (at least to within pixel resolution) no matter where
you choose the initial point. You can see this by setting the number of
point to plot to ten, turning on "show traces" and perhaps "color code", and
turning off "randomize". Now click anywhere on the image. Make sure
"add to current picture" is checked, and click anywhere else (a centimeter
or so awya from the first click is a good option). On the resulting figure,
you will be able to see that the two paths get closer together at every
step. In the infinite limit, the paths get inifinitely close together. Click
on a few other locations around the picture to add to the effect.)