Depending upon the value of that growth rate, k, the following population dynamics
can be observed:
For the twist and flip algorithm, a series of points is rotated r degrees around an
arbitrary position on the x-axis, point a. It is then flipped
diagonally through the origin to complete an iteration. The amount of rotation
is related to the distance, d, or the radius from a to that point.
The rotation function can be as unusual as one desires, but in the example
here, the farther away, the greater the rotation, although since the sine
and cosine values are in radians, the value of d is divided by 4.
Iterating a Geometric Figure Using the Twist and Flip Algorithm
More Examples by Mark Hibbard