UNPKG

@antv/layout

Version:
13 lines (11 loc) 232 B
function Octant(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; } export { Octant as default }; //# sourceMappingURL=octant.js.map