Make a copy of the Chapter_14 folder and name it Chapter_15.
The rotation matrices we need for the camera are in the Transform class. In fact, all the operations required for matrix manipulation to move and orient the camera are in the Transform class, and therefore rather than repeat code, it makes more sense to give the camera a transform component that can do all the work.