What is the significance of  2D Transformation? - Graphics
        
        
		  
        What is the significance of  2D Transformation?
- Transformations are the building blocks of computer graphics.
- Positioning, shaping, viewing positions are done by transformations.
- Transformation is also used for determining the perspective views.
- The transformations that one can perform in 2 dimensions:
1. Translation: Movement of all points of an object within a fixed direction for an object is known as translation.
2. Scaling: The increasing of coordinates of an object is known as scaling.
        
			
                                        
                                        
                                        
                                        
			
        
        Discussion
- RE: What is the significance of  2D Transformation? - Graphics -Rishabh ojha (04/25/18)
 - Aweosme