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

Function Triangulation

stackgl_modules/index.js:8642–8645  ·  view source on GitHub ↗
(stars, edges)

Source from the content-addressed store, hash-verified

8640module.exports = createTriangulation
8641
8642function Triangulation(stars, edges) {
8643 this.stars = stars
8644 this.edges = edges
8645}
8646
8647var proto = Triangulation.prototype
8648

Callers

nothing calls this directly

Calls 1

bakeOrientFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…