You plan to use a radial collision-detection algorithm to detect the circle collision. You
assume that the first circle is located at (x1.y1) with a radius of radius1 and the second circle
is located at (x2,y2) with a radius of radius2.
Which algorithm will return true when the circles collide with each other?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation: