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

Function interpolate

external/.d3.js:10919–10921  ·  view source on GitHub ↗
(from, to, direction, stream)

Source from the content-addressed store, hash-verified

10917 notHemisphere = abs$1(cr) > epsilon$1; // TODO optimise for this common case
10918
10919 function interpolate(from, to, direction, stream) {
10920 circleStream(stream, radius, delta, direction, from, to);
10921 }
10922
10923 function visible(lambda, phi) {
10924 return cos$1(lambda) * cos$1(phi) > cr;

Callers 15

piecewiseFunction · 0.85
attrConstantFunction · 0.85
attrConstantNSFunction · 0.85
attrFunctionFunction · 0.85
attrFunctionNSFunction · 0.85
styleNullFunction · 0.85
styleConstantFunction · 0.85
styleFunctionFunction · 0.85
clipRejoinFunction · 0.85
clipFunction · 0.85
polygonEndFunction · 0.85
bimapFunction · 0.85

Calls 6

circleStreamFunction · 0.85
cornerFunction · 0.85
comparePointFunction · 0.85
asin$1Function · 0.85
haversinFunction · 0.85
pointMethod · 0.45

Tested by

no test coverage detected