Given two circles at X1,Y1 and X2,Y2 with radii R1 & R2,
I need to find the lines which are tangent to the two circles.
The two circles do not intersect or touch, so there will be four tangent lines.
Where can I find an algorithm or code (any language) that will determine these four lines?
I need to find the lines which are tangent to the two circles.
The two circles do not intersect or touch, so there will be four tangent lines.
Where can I find an algorithm or code (any language) that will determine these four lines?