MCPcopy Create free account
hub / github.com/microsoft/SandDance / addScale

Function addScale

docs/app/js/sanddance-app.js:149699–149701  ·  view source on GitHub ↗
(name, params)

Source from the content-addressed store, hash-verified

149697 this.scales[name] = this.add(transform1);
149698 },
149699 addScale (name, params) {
149700 this.addScaleProj(name, Scale(params));
149701 },
149702 addProjection (name, params) {
149703 this.addScaleProj(name, Projection(params));
149704 },

Callers

nothing calls this directly

Calls 1

ScaleFunction · 0.70

Tested by

no test coverage detected