{"url":"https://api.github.com/gists/3095037","forks_url":"https://api.github.com/gists/3095037/forks","commits_url":"https://api.github.com/gists/3095037/commits","id":"3095037","node_id":"MDQ6R2lzdDMwOTUwMzc=","git_pull_url":"https://gist.github.com/3095037.git","git_push_url":"https://gist.github.com/3095037.git","html_url":"https://gist.github.com/mbostock/3095037","files":{"intersections.js":{"filename":"intersections.js","type":"text/javascript","language":"JavaScript","raw_url":"https://gist.githubusercontent.com/mbostock/3095037/raw/8aea083a731ffca37fa10963600b5cb2fc309ea7/intersections.js","size":369,"truncated":false,"content":"function intersections(a, b) {\n  var R = a.r,\n      r = b.r,\n      dx = b.x - a.x,\n      dy = b.y - a.y,\n      d = Math.sqrt(dx * dx + dy * dy),\n      x = (d * d - r * r + R * R) / (2 * d),\n      y = Math.sqrt(R * R - x * x);\n  dx /= d;\n  dy /= d;\n  return [\n    [a.x + dx * x - dy * y, a.y + dy * x + dx * y],\n    [a.x + dx * x + dy * y, a.y + dy * x - dx * y]\n  ];\n}\n","encoding":"utf-8"}},"public":true,"created_at":"2012-07-12T01:25:46Z","updated_at":"2021-04-03T14:49:50Z","description":"Circle-Circle Intersection","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3095037/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"forks":[{"url":"https://api.github.com/gists/3922394","user":{"login":"johan","id":2459,"node_id":"MDQ6VXNlcjI0NTk=","avatar_url":"https://avatars.githubusercontent.com/u/2459?v=4","gravatar_id":"","url":"https://api.github.com/users/johan","html_url":"https://github.com/johan","followers_url":"https://api.github.com/users/johan/followers","following_url":"https://api.github.com/users/johan/following{/other_user}","gists_url":"https://api.github.com/users/johan/gists{/gist_id}","starred_url":"https://api.github.com/users/johan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johan/subscriptions","organizations_url":"https://api.github.com/users/johan/orgs","repos_url":"https://api.github.com/users/johan/repos","events_url":"https://api.github.com/users/johan/events{/privacy}","received_events_url":"https://api.github.com/users/johan/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Johan Sundström","company":"Some kind of fruit company","blog":"http://ecmanaut.blogspot.com/","location":"Cupertino, CA, USA","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":206,"public_gists":221,"followers":261,"following":8,"created_at":"2008-03-06T21:30:28Z","updated_at":"2026-04-13T20:24:14Z"},"id":"3922394","created_at":"2012-10-20T06:38:42Z","updated_at":"2015-10-11T21:28:02Z"},{"url":"https://api.github.com/gists/a5439be884064dfbd1067eec689d11d1","user":{"login":"tadkim","id":12004082,"node_id":"MDQ6VXNlcjEyMDA0MDgy","avatar_url":"https://avatars.githubusercontent.com/u/12004082?v=4","gravatar_id":"","url":"https://api.github.com/users/tadkim","html_url":"https://github.com/tadkim","followers_url":"https://api.github.com/users/tadkim/followers","following_url":"https://api.github.com/users/tadkim/following{/other_user}","gists_url":"https://api.github.com/users/tadkim/gists{/gist_id}","starred_url":"https://api.github.com/users/tadkim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tadkim/subscriptions","organizations_url":"https://api.github.com/users/tadkim/orgs","repos_url":"https://api.github.com/users/tadkim/repos","events_url":"https://api.github.com/users/tadkim/events{/privacy}","received_events_url":"https://api.github.com/users/tadkim/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"temm","company":null,"blog":"","location":"seoul","email":"temm.works@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":5,"public_gists":37,"followers":6,"following":12,"created_at":"2015-04-18T06:25:07Z","updated_at":"2025-07-29T05:54:03Z"},"id":"a5439be884064dfbd1067eec689d11d1","created_at":"2016-05-05T16:40:08Z","updated_at":"2016-05-05T16:40:09Z"}],"history":[{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"153e87a7d65a3ebcce1c6c375f9c4a4fe25a8dca","committed_at":"2012-07-12T01:25:46Z","change_status":{"total":15,"additions":15,"deletions":0},"url":"https://api.github.com/gists/3095037/153e87a7d65a3ebcce1c6c375f9c4a4fe25a8dca"}],"truncated":false}