Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexohneander committed Apr 25, 2014
1 parent d6594e1 commit 26fac02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ Solution:
x0 = (1/delta) * (2*A*(y1-y3)-2*B*(y1-y2))
y0 = (1/delta) * (2*B*(x1-x2)-2*A*(x1-x3))

delta = 4*((x1-x2)*(y1-y3)-(x1-x3)*(y1-y2))
delta = 4*((x1-x2)*(y1-y3)-(x1-x3)*(y1-y2))

A = r2²-r1²-x2²+x1²-y2²+y1²

B = r3²-r1²-x3²+x1²-y3²+y1²

Result:
Expand Down

0 comments on commit 26fac02

Please sign in to comment.