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

Function makeSection

src/traces/isosurface/convert.js:644–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

642 var A, B, C, D;
643
644 var makeSection = function() {
645 result = tryCreateTri(style, [A, B, C], [-1, -1, -1], min, max) || result;
646 result = tryCreateTri(style, [C, D, A], [-1, -1, -1], min, max) || result;
647 };
648
649 var rX = distRatios[0];
650 var rY = distRatios[1];

Callers 1

beginSectionFunction · 0.85

Calls 1

tryCreateTriFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…