MCPcopy Create free account
hub / github.com/plotly/plotly.js / emptyVertices

Function emptyVertices

src/traces/isosurface/convert.js:203–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 function emptyVertices() {
204 allXs = [];
205 allYs = [];
206 allZs = [];
207 allVs = [];
208 numVertices = 0;
209
210 beginGroup();
211 }
212
213 function addVertex(x, y, z, v) {
214 allXs.push(x);

Callers 1

drawAllFunction · 0.85

Calls 1

beginGroupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…