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