flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
5
BACK_BACK/node_modules/d3-octree/src/extent.js
generated
vendored
Executable file
5
BACK_BACK/node_modules/d3-octree/src/extent.js
generated
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
export default function(_) {
|
||||
return arguments.length
|
||||
? this.cover(+_[0][0], +_[0][1], +_[0][2]).cover(+_[1][0], +_[1][1], +_[1][2])
|
||||
: isNaN(this._x0) ? undefined : [[this._x0, this._y0, this._z0], [this._x1, this._y1, this._z1]];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue