Plotting with Pen. After Flake - "The Computational Beauty of Nature".
drawFunc |
A Function that draws something. It is passed a Point argument that should be used. Leave as |
matrices |
Array of arrays defining affine transformations. The inner array should have 6 values. See Pen's Pen: *matrix method. The outer array can be any length. |
n |
Number of iterations. |
skip |
Number of initial transformations without drawing. |
Start drawing at current Pen position.
Creates a Window and draws. Mainly for testing.
bounds |
a Rect that define window size and position |
background |
a Color |