const expected = [10, 15]; testV2WithAndWithoutDest((a, newDst) => { return vec2.addScaled(a, [4, 6], 2, newDst); }, expected, [2, 3]);