I have a circle with center at point $(800,300)$ and radius of $350$. I have a ball at $(400,700)$ and traveling at velocity $(v_x, v_y)$.
How can I find where the ball will intercept the circle?
I'm doing this in code, but just really trying to figure out the math.
Thanks in advace