Skip to content

Commit b45b5cd

Browse files
Prakash-Jha-Devjakobkogler
authored andcommitted
Resized image in tangents_to_two_circles (#369)
1 parent 1400709 commit b45b5cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

img/tangents-to-two-circles.png

-25.7 KB
Loading

src/geometry/tangents-to-two-circles.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ The described algorithm will also work in the case when one (or both) circles de
1010
## The number of common tangents
1111
The number of common tangents to two circles can be **0,1,2,3,4** and **infinite**.
1212
Look at the images for different cases.
13-
14-
<center><img src="&imgroot&/tangents-to-two-circles.png" alt="Different cases of tangents common to two circles" style="width: 850px;"/></center>
13+
<center>!["Different cases of tangents common to two circles"](&imgroot&/tangents-to-two-circles.png)</center>
1514

1615
Here, we won't be considering **degenerate** cases, i.e *when the circles coincide (in this case they have infinitely many common tangents), or one circle lies inside the other (in this case they have no common tangents, or if the circles are tangent, there is one common tangent).*
1716

0 commit comments

Comments
 (0)