Applications of Matrices in Computer Graphics
Abstract-Column matrices can be used to represent points in 2D or 3D, while matrices of dimension 2×n and 3×n can be used to represent sets of points in 2D or 3D. Matrices allow arbitrary linear transformations to be represented in a consistent format (T(x)=Ax for...