We saw earlier how translations can be represented as a matrix in homogeneous coordinates. This matrix translations along x by t. OpenGL specifies matrices as a one-dimensional array listed in column-major order so that the first four elements are the first column in the matrix, etc.
A translation matrix and its operation on a vertex.
A matrix like this shifts the vertices of the second triangle.