const expected = [0.5, 1.5]; testV2WithAndWithoutDest((a, b, newDst) => { return vec2.lerp(a, b, -0.5, newDst); }, expected, [1, 3], [2, 6]);