Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
Open
Labels
Description
https://cp-algorithms.com/geometry/tangents-to-two-circles.html currently shows how to get the tangent lines, but does not mention how to also find the points on the circles associated with those tangent lines. Of course, we could do this by using our four tangents lines and performing eight line/circle intersection, but that feels very inefficient.