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