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

Function getBetween

src/traces/isosurface/convert.js:240–246  ·  view source on GitHub ↗
(A, B, r)

Source from the content-addressed store, hash-verified

238 }
239
240 function getBetween(A, B, r) {
241 var M = [];
242 for(var i = 0; i < A.length; i++) {
243 M[i] = A[i] * (1 - r) + r * B[i];
244 }
245 return M;
246 }
247
248 var activeFill;
249 function setFill(fill) {

Callers 2

createOpenTriFunction · 0.70
beginSectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…