const expected = [ 0, 1, 2, 0, 4, 5, 6, 0, 11, 22, 1, 1, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.setTranslation(m, [11, 22], newDst); }, expected);