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

Function py

docs/app/js/sanddance-app.js:122078–122078  ·  view source on GitHub ↗
(x18, y17)

Source from the content-addressed store, hash-verified

122076const addY = (y15)=>add(bounds.x1, y15);
122077const px = (x17, y16)=>ma * x17 + mc * y16;
122078const py = (x18, y17)=>mb * x18 + md * y17;
122079const addp = (x19, y18)=>add(px(x19, y18), py(x19, y18));
122080const addpL = (x20, y19)=>addL(px(x20, y19), py(x20, y19));
122081function boundContext(_, deg) {

Callers 4

addpFunction · 0.70
addpLFunction · 0.70
quadraticCurveToFunction · 0.70
bezierCurveToFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected