Chapter 2

Matrix Algebra

In 3D computer graphics, we use matrices to compactly describe geometric transformations such as scaling, rotation, and translation, and also to change the coordinates of a point or vector from one frame to another. This chapter explores the mathematics of matrices.

Objectives:

image    To obtain an understanding of matrices and the operations defined on them.

image    To discover how a vector-matrix multiplication can be viewed as a linear combination.

    To learn what the identity matrix is, and what the transpose and inverse of ...

Get Introduction to 3D Game Programming with DirectX 10 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.