UNPKG

d3-octree

Version:

Three-dimensional recursive spatial subdivision.

8 lines (6 loc) 138 B
export function defaultY(d) { return d[1]; } export default function(_) { return arguments.length ? (this._y = _, this) : this._y; }