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