Really simple question for someone who doesn't know geometry or formulae. I need to know if two circles intersect. That's it.
I have two circles: circle1 and circle2. These two circles are the same size with the same radius. They'll never be different. I need a formula to show me if these circles overlap. I don't care where. I don't care how much. I don't care about any details but true or false. Do the circles overlap or not? I just need something I can est for in Javascript.
The formula here doesn't work for me. How do I detect intersections between a circle and any other circle in the same plane? Nor does anything on Google.
I've been racking my brain and Google searching for three hours, and no formula that I find works.
Can anybody please help??