Projection Transformation
Our lives are greatly simplified by the fact that viewing transformations transform the eye to the origin and the look-at direction (optical axis) to a specified coordinate axis. This greatly reduces the range of possible projection matrices.

The projection transformation maps all of our 3-D coordinates onto our desired viewing plane. Thus, making our 3-D world into an image. We've already discussed this process when we considered 2-D projective transformations.

Lecture 12 Slide 37 6.837 Fall '98