const expected = [-6, -5]; testV2WithAndWithoutDestApprox((a, b, angle, newDst) => { return vec2.rotate(a, b, angle, newDst); }, expected, [6, -5], [0, -5], Math.PI);