Chapter 3. Matrix Transformations
In the previous chapter, we covered what matrices are and how to perform some basic arithmetic on matrices. In this chapter, we are going to cover how to use matrices to represent transformations in a three-dimensional space. The topics of this chapter are:
- Matrix majors
- Translation
- Scaling
- How rotation works
- Rotation matrices
- Axis angle rotation
- Vector matrix multiplication
- Transform matrix
- View matrix
- Projection matrix