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

Function addVertex

src/traces/isosurface/convert.js:213–221  ·  view source on GitHub ↗
(x, y, z, v)

Source from the content-addressed store, hash-verified

211 }
212
213 function addVertex(x, y, z, v) {
214 allXs.push(x);
215 allYs.push(y);
216 allZs.push(z);
217 allVs.push(v);
218 numVertices++;
219
220 return numVertices - 1;
221 }
222
223 function addFace(a, b, c) {
224 data._meshI.push(a);

Callers 2

drawTriFunction · 0.85
insertGridPointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…