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

Function makeTri

src/traces/isosurface/convert.js:330–332  ·  view source on GitHub ↗
(i, j, k)

Source from the content-addressed store, hash-verified

328
329 function drawQuad(style, xyzv, abcd) {
330 var makeTri = function(i, j, k) {
331 drawTri(style, [xyzv[i], xyzv[j], xyzv[k]], [abcd[i], abcd[j], abcd[k]]);
332 };
333
334 makeTri(0, 1, 2);
335 makeTri(2, 3, 0);

Callers 2

drawQuadFunction · 0.85
drawTetraFunction · 0.85

Calls 1

drawTriFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…