MCPcopy 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
3var createMesh = require('../../../stackgl_modules').gl_mesh3d;
4var triangulate = require('../../../stackgl_modules').delaunay_triangulate;

Callers

nothing calls this directly

Calls 11

hasValidIndicesFunction · 0.85
toRoundIndexFunction · 0.85
convexHullFunction · 0.85
alphaShapeFunction · 0.85
delaunayCellsFunction · 0.85
str2RgbaArrayFunction · 0.85
extractOptsFunction · 0.85
parseColorScaleFunction · 0.85
parseColorArrayFunction · 0.85
toDataCoordsFunction · 0.70
isArrayOrTypedArrayFunction · 0.50

Tested by

no test coverage detected