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