UNPKG

d3-octree

Version:

Three-dimensional recursive spatial subdivision.

10 lines (9 loc) 174 B
export default function(node, x0, y0, z0, x1, y1, z1) { this.node = node; this.x0 = x0; this.y0 = y0; this.z0 = z0; this.x1 = x1; this.y1 = y1; this.z1 = z1; }