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

Function cycleIndex

src/plots/polar/helpers.js:135–137  ·  view source on GitHub ↗
(ind)

Source from the content-addressed store, hash-verified

133 }
134
135 function cycleIndex(ind) {
136 return Lib.mod(ind, len);
137 }
138
139 function isInside(v) {
140 return isAngleInsideSector(v, [a0, a1]);

Callers 1

makeClippedPolygonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…