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

Method cellPolygons

resources/vega.min.js:25287–25295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25285 return (e.closePath(), n && n.value());
25286 }
25287 *cellPolygons() {
25288 const {
25289 delaunay: { points: t },
25290 } = this;
25291 for (let e = 0, n = t.length / 2; e < n; ++e) {
25292 const t = this.cellPolygon(e);
25293 t && ((t.index = e), yield t);
25294 }
25295 }
25296 cellPolygon(t) {
25297 const e = new ZF();
25298 return (this.renderCell(t, e), e.value());

Callers

nothing calls this directly

Calls 1

cellPolygonMethod · 0.80

Tested by

no test coverage detected