Two Dimensional Transformations
Two Dimensional Transformations
Transformations
Ravi Kumar K
Dept. of Computer Science
SKNG GFGC
Gangavathi
Dist : Koppal
2D Transformation in Computer Graphics-
In Computer graphics,
Transformation is a process of modifying and re-positioning the existing
graphics.
Rotation Shear
Scaling
Translation
In Computer graphics,
2D Translation is a process of moving an object from one position to another in a
two dimensional plane.
P1=P + T
Rotation
In Computer graphics,
2D Rotation is a process of rotating an object with respect to an angle in a two
dimensional plane.
P1=R * P
Scaling