MCPcopy
hub / github.com/microsoft/SandDance / scale

Function scale

docs/app/js/sanddance-app.js:69933–69937  ·  view source on GitHub ↗
(out, a, b)

Source from the content-addressed store, hash-verified

69931 return out;
69932}
69933function scale(out, a, b) {
69934 out[0] = a[0] * b;
69935 out[1] = a[1] * b;
69936 return out;
69937}
69938function scaleAndAdd(out, a, b, scale1) {
69939 out[0] = a[0] + b[0] * scale1;
69940 out[1] = a[1] + b[1] * scale1;

Callers 10

powFunction · 0.70
transformItemFunction · 0.70
sanddance-app.jsFile · 0.70
scaleFractionFunction · 0.70
interpolateTransformFunction · 0.70
transformFunction · 0.70
azimuthalRawFunction · 0.70
mercatorProjectionFunction · 0.70
reclipFunction · 0.70
entry$1Function · 0.70

Calls 13

createFunction · 0.70
isValidScaleTypeFunction · 0.70
piecewiseFunction · 0.70
transformFunction · 0.70
clampFunction · 0.70
popFunction · 0.70
getScaleFunction · 0.70
scaleRefFunction · 0.70
propertyFunction · 0.70
getMethod · 0.45
setMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected