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

Method lineTo

resources/vega.min.js:7583–7585  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

7581 ((this._x1 = this._x0), (this._y1 = this._y0), this._append`Z`);
7582 }
7583 lineTo(t, e) {
7584 this._append`L${(this._x1 = +t)},${(this._y1 = +e)}`;
7585 }
7586 quadraticCurveTo(t, e, n, r) {
7587 this._append`Q${+t},${+e},${(this._x1 = +n)},${(this._y1 = +r)}`;
7588 }

Callers 9

vega.min.jsFile · 0.45
ygFunction · 0.45
lFunction · 0.45
xyFunction · 0.45
renderCellMethod · 0.45
_renderSegmentMethod · 0.45
renderMethod · 0.45
renderHullMethod · 0.45
renderTriangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected