const expected = [ 0, 4, 8, 12, 1, 5, 9, 13, 2, 6, 10, 14, 3, 7, 11, 15, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.transpose(m, newDst); }, expected);