2D Transformations

The first graphics program I wrote, while undertaking Introduction to Computer Graphics, was to simply generate a polygon and apply a number of 2D affine transformations to it. Using the painters algorithm, this produced a series of images with some interesting patterns.


Following is some of the images produced.

Transformation 1
Download the source.

Transformation 2
Download the source.

Transformation 3
Download the source.

Transformation 4
Download the source.

Transformation 5
Download the source.

Transformation 6
Download the source.

Transformation 7
Download the source.

Transformation 8
Download the source.

Transformation 9
Download the source.