MCPcopy Create free account
hub / github.com/breck7/scroll / intersects

Function intersects

external/.d3.js:13439–13442  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

13437}
13438
13439function intersects(a, b) {
13440 var dr = a.r + b.r - 1e-6, dx = b.x - a.x, dy = b.y - a.y;
13441 return dr > 0 && dr * dr > dx * dx + dy * dy;
13442}
13443
13444function score(node) {
13445 var a = node._,

Callers 1

packSiblingsRandomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected