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

Function addFace

src/traces/isosurface/convert.js:223–230  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

221 }
222
223 function addFace(a, b, c) {
224 data._meshI.push(a);
225 data._meshJ.push(b);
226 data._meshK.push(c);
227 numFaces++;
228
229 return numFaces - 1;
230 }
231
232 function getCenter(A, B, C) {
233 var M = [];

Callers 1

drawTriFunction · 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…