const expected = [0.5, 1, 1.5, 2]; testQuatWithAndWithoutDest((a, b, dst) => { return quat.lerp(a, b, -0.5, dst); }, expected, [1, 2, 3, 4], [2, 4, 6, 8]);