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