(t)
| 25617 | ); |
| 25618 | } |
| 25619 | constructor(t) { |
| 25620 | ((this._delaunator = new PF(t)), |
| 25621 | (this.inedges = new Int32Array(t.length / 2)), |
| 25622 | (this._hullIndex = new Int32Array(t.length / 2)), |
| 25623 | (this.points = this._delaunator.coords), |
| 25624 | this._init()); |
| 25625 | } |
| 25626 | update() { |
| 25627 | return (this._delaunator.update(), this._init(), this); |
| 25628 | } |