2D Transformation in
Computer Graphics
An Overview
Introduction to 2D Transformations
• 2D transformations are mathematical operations that change the
position, size, and orientation of objects in a two-dimensional space.
Types of 2D Transformations
• 1. Translation
• 2. Rotation
• 3. Scaling
• 4. Shearing
Translation
• Translation moves an object from one location to another in a straight
line.
Rotation
• Rotation turns an object around a specified point by a certain angle.
Scaling
• Scaling changes the size of an object either by enlarging or reducing it.
Shearing
• Shearing shifts the position of an object in one direction, resulting in a
slanted appearance.
Conclusion
• 2D transformations are fundamental in computer graphics, allowing
for manipulation and representation of objects in a 2D space.
References
• 1. Computer Graphics: Principles and Practice
• 2. OpenGL Programming Guide
• 3. Digital Image Processing

2D Transformation in Computer Graphics.pptx