I'm trying to write a program that lets the user put in the center point of a circle and its radius, and the put in two points to form a rectangle. Then I'm wanting it to print out whether the if the circle is touching/inside the rectangle in any way or not. I feel that I need to know all points the circle touches in order to know if its touching the or inside the rectangle at all.
Not sure if I made that completely clear, but any ideas?