Problem Statement-1 Magnify a triangle placed at A (0,0), B (1,1) and C (5,2) to twice its size keeping the point C (5,2) Fixed. If the point C (5,2) needs to be fixed this means the transformation scaling needs to be done with respect to the point C (5,2). So,…
Numerical Examples of Rotation in 2d Transformation
2d- Scaling Transformation
2d Transformations – Computer Graphics
Welcome again to learn a complex topic simply. Learn by solving numerical problems. Let the theory take a back seat this time. Moving, Rotating , Zoom-in or Zoom out an object on the screen is called Transformations. There are two types of transformations in computer graphics. Geometric Transformations Coordinate Transformations…