Matrix Transformations Flashcards
What are the types of 3D transformations?
3D transformations will be confined to reflections and rotations.
What is a reflection in 3D transformations?
A reflection in one of x=0, y=0, or z=0.
What is a rotation in 3D transformations?
A rotation about one of the coordinate axes.
What is the matrix for a reflection in the plane x=0?
-100
010
001
What is the matrix for a reflection in the plane y=0?
100
0-10
001
What is the matrix for a reflection in the plane z=0?
100
010
00-1
What is the matrix representation of an anticlockwise rotation around the z-axis by angle x?
The matrix is given by:
cos x -sin x 0
sin x cos x 0
0 0 1
What is the matrix for an anticlockwise rotation around the x-axis by angle x?
1 0 0
0 cos x -sin x
0 sin x cos x
What is the matrix for an anticlockwise rotation around the y-axis by angle x?
cos x 0 sin x
0 1 0
-sin x 0 cos x