Transformation Flashcards
Translation
Object + Translation Vector= Image
Reflection Matrices- x-axis
1 0
0 -1
Y- axis
-1 0
0 1
y=x
0 1
1 0
y=-x
0 -1
-1 0
Rotation Matrices about the origin -
90° anti-clockwise / 270°clockwise
0 -1
1 0
180° clockwise/ 180° anti clockwise
-1 0
0 -1
270° anti-clockwise/ 90° clockwise
0 1
-1 0
360° clockwise or anticlock wise
1 0
0 1
Rotation when the center of Rotation is not the origin
Subtract the center of rotation from each coordinates of the object
Multiply the rotation matrix by the resultant matrix
Add the center of rotation coordinate to each of the coordinates from the matrix in step 2
Enlargement
Coordinates of image * scale factor
Area of image
(Scale factor)^2* area of object
Single matrix
2nd transformation matrix* 1st transformation matrix
Inverse transformation
Determinant * adjoint