MCPcopy
hub / github.com/csev/py4e / collideRects

Function collideRects

code/gmane/d3.layout.cloud.js:339–341  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

337 }
338
339 function collideRects(a, b) {
340 return a.x + a.x1 > b[0].x && a.x + a.x0 < b[1].x && a.y + a.y1 > b[0].y && a.y + a.y0 < b[1].y;
341 }
342
343 function archimedeanSpiral(size) {
344 var e = size[0] / size[1];

Callers 1

placeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected