Test whether two circles (with position and radius) intersect.
x center coordinate of circle A.
y center coordinate of circle A.
radius of circle A.
x center coordinate of circle B.
y center coordinate of circle B.
radius of circle B.
True if the two circles intersect, false otherwise.
Test whether two circles (with position and radius) intersect.