Skip to content

2D Transfomation

Main Source: Intro to Graphics 05 — 2D Transformations

Transformation is the process of changing the position, size, orientation, or shape of an object or image. This is achieved by applying mathematical operations to the object or image.

Transformation is divided to 2D and 3D depending on the object representation.

2D objects are represented using a coordinate system that consists of two axes, usually labeled x and y. Each point in the 2D space is represented using a pair of coordinates (x, y) and indicate the position in the coordinate system.

Example of 2D Transformation such as rotation, reflection, translation, dilation
Source: https://www.cuemath.com/geometry/transformations/

A house moving from start to the end point using translation
Source: https://www.cs.iusb.edu/~danav/teach/c481/c481_06_trans2d.html

Edit page

Last updated:

Built with Starlight