I have equasion to calculate area of two circles with common part.
But actually I just need to know if two cirlces have common part or no. Is there simpler equasion for that task? Can't find anything for hours...
For example: Two circles
I have equasion to calculate area of two circles with common part.
But actually I just need to know if two cirlces have common part or no. Is there simpler equasion for that task? Can't find anything for hours...
For example: Two circles
If one circle is centered at $(x_1,y_1)$ with radius $r_1$ and the other circle is centered at $(x_2,y_x)$ with radius $r_2$, then they have a common part if and only if
$$(x_1-x_2)^2+(y_1-y_2)^2\le(r_1+r_2)^2$$
Note, in the case of equality, the common part is a single point, where the two circles are tangent.