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

Function addpL

docs/app/js/sanddance-app.js:122080–122080  ·  view source on GitHub ↗
(x20, y19)

Source from the content-addressed store, hash-verified

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) {
122082 bounds = _;
122083 if (deg) {

Callers 1

rectFunction · 0.70

Calls 3

addLFunction · 0.70
pxFunction · 0.70
pyFunction · 0.70

Tested by

no test coverage detected