MCPcopy Create free account
hub / github.com/breck7/scroll / encloseBasis

Function encloseBasis

external/.d3.js:13358–13364  ·  view source on GitHub ↗
(B)

Source from the content-addressed store, hash-verified

13356}
13357
13358function encloseBasis(B) {
13359 switch (B.length) {
13360 case 1: return encloseBasis1(B[0]);
13361 case 2: return encloseBasis2(B[0], B[1]);
13362 case 3: return encloseBasis3(B[0], B[1], B[2]);
13363 }
13364}
13365
13366function encloseBasis1(a) {
13367 return {

Callers 1

packEncloseRandomFunction · 0.85

Calls 3

encloseBasis1Function · 0.85
encloseBasis2Function · 0.85
encloseBasis3Function · 0.85

Tested by

no test coverage detected