MCPcopy Index your code
hub / github.com/plotly/plotly.js / compileSurfaceProcedure

Function compileSurfaceProcedure

stackgl_modules/index.js:29730–29740  ·  view source on GitHub ↗
(vertexFunc, faceFunc, phaseFunc, scalarArgs, order, typesig)

Source from the content-addressed store, hash-verified

29728
29729//Generates the surface procedure
29730function compileSurfaceProcedure(vertexFunc, faceFunc, phaseFunc, scalarArgs, order, typesig) {
29731 var key = [typesig, order].join(',')
29732 var proc = allFns[key]
29733
29734 return proc(
29735 vertexFunc,
29736 faceFunc,
29737 phaseFunc,
29738 pool.mallocUint32,
29739 pool.freeUint32)
29740}
29741
29742function createSurfaceExtractor(args) {
29743 function error(msg) {

Callers 1

createSurfaceExtractorFunction · 0.85

Calls 1

procFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…