FLUJOS/BACK_BACK/node_modules/d3-octree/src/z.js
2025-11-07 00:06:12 +01:00

7 lines
138 B
JavaScript
Executable file

export function defaultZ(d) {
return d[2];
}
export default function(_) {
return arguments.length ? (this._z = _, this) : this._z;
}