• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
October 08, 2021 |3.0K Views
2D Transformations in Computer Graphics
  Share  1 Like
Description
Discussion

If we talk about Transformations in Computer Graphics, it is nothing but is concerned with changing some graphics into another picture by applying rules. Transformations play a pivotal role in computer graphics to reposition the graphics on the screen and change their size or orientation. Also, Transformation can be applied to already created objects. Now, what you need to know is when a transformation occurs on a 2D plane, it is called 2D transformation. There are various types of transformations such as translation, scaling up or down, shearing, etc. For instance, Translation is the transformation that moves every point by a certain distance in horizontal and vertical directions whereas Rotation is the process of changing the angle of an object. So, in this video, we will discuss all these transformations in detail with the help of various interesting examples. 

Related Article - https://www.geeksforgeeks.org/2d-transformation-in-computer-graphics-set-1-scaling-of-objects/

Read More