MCPcopy Create free account
hub / github.com/idank/explainshell / d3_geom_quadtreeNode

Function d3_geom_quadtreeNode

explainshell/web/static/js/d3.v3.js:4609–4617  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4607 return d.y;
4608 }
4609 function d3_geom_quadtreeNode() {
4610 return {
4611 leaf: true,
4612 nodes: [],
4613 point: null,
4614 x: null,
4615 y: null
4616 };
4617 }
4618 function d3_geom_quadtreeVisit(f, node, x1, y1, x2, y2) {
4619 if (!f(node, x1, y1, x2, y2)) {
4620 var sx = (x1 + x2) * .5, sy = (y1 + y2) * .5, children = node.nodes;

Callers 2

insertChildFunction · 0.85
quadtreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected