MCPcopy Create free account
hub / github.com/alignoth/alignoth / constructor

Method constructor

resources/vega.min.js:25619–25625  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

_initMethod · 0.95

Tested by

no test coverage detected