Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ convert.js
File
convert.js
src/traces/mesh3d/convert.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
var
createMesh = require(
'../../../stackgl_modules'
).gl_mesh3d;
4
var
triangulate = require(
'../../../stackgl_modules'
).delaunay_triangulate;
Callers
nothing calls this directly
Calls
11
hasValidIndices
Function · 0.85
toRoundIndex
Function · 0.85
convexHull
Function · 0.85
alphaShape
Function · 0.85
delaunayCells
Function · 0.85
str2RgbaArray
Function · 0.85
extractOpts
Function · 0.85
parseColorScale
Function · 0.85
parseColorArray
Function · 0.85
toDataCoords
Function · 0.70
isArrayOrTypedArray
Function · 0.50
Tested by
no test coverage detected