const expected = [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 3, 4, 1, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.translation([2, 3, 4], newDst); }, expected);