Loading geometric transformation simulator...

Create multiple shapes, apply serial transformations, compare the original and transformed shape, and view the matrix after each transformation.
2D shapes allow up to 6 points. 3D shapes allow up to 8 points.
4 / 6 points
Transformations are applied serially from top to bottom.
Step 1
1 0 0 0 1 0 0 0 1
1 0 0 0 1 0 0 0 1
| Step | Shape | Point | Coordinate |
|---|---|---|---|
| Original Shape | Shape 1 | 1 | (0, 0) |
| Original Shape | Shape 1 | 2 | (3, 0) |
| Original Shape | Shape 1 | 3 | (2, 2) |
| Original Shape | Shape 1 | 4 | (0, 2) |
| Transformation 1 | Shape 1 | 1 | (2, 1) |
| Transformation 1 | Shape 1 | 2 | (5, 1) |
| Transformation 1 | Shape 1 | 3 | (4, 3) |
| Transformation 1 | Shape 1 | 4 | (2, 3) |