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

Function bruteForcePartial

stackgl_modules/index.js:6557–6574  ·  view source on GitHub ↗
(d, ax, vv, fp, rs, re, rb, ri, bs, be, bb, bi)

Source from the content-addressed store, hash-verified

6555 }
6556 }
6557 function bruteForcePartial(d, ax, vv, fp, rs, re, rb, ri, bs, be, bb, bi) {
6558 if (re - rs > be - bs) {
6559 if (fp) {
6560 return bruteForceRedFlip(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6561 }
6562 else {
6563 return bruteForceRed(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6564 }
6565 }
6566 else {
6567 if (fp) {
6568 return bruteForceBlueFlip(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6569 }
6570 else {
6571 return bruteForceBlue(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6572 }
6573 }
6574 }
6575 return bruteForcePartial
6576}
6577

Callers 1

boxIntersectIterFunction · 0.85

Calls 4

bruteForceRedFlipFunction · 0.85
bruteForceRedFunction · 0.85
bruteForceBlueFlipFunction · 0.85
bruteForceBlueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…