A matrix for transposing 2D points. The right column of the matrix is not stored, as it always 0,0,1.
Returns this matrix as a flat (1 dimension) array of floats of size 9. Elements 2,5 and 8 are the un-stored right column of the 3x3 matrix and are always zero.