MCPcopy Index your code
hub / github.com/microsoft/SandDance / curveR

Function curveR

docs/app/js/sanddance-app.js:129827–129827  ·  view source on GitHub ↗
(sa, sr, ta, tr)

Source from the content-addressed store, hash-verified

129825 return "M" + sx + "," + sy + "C" + (sx + ix) + "," + (sy + iy) + " " + (tx + iy) + "," + (ty - ix) + " " + tx + "," + ty;
129826};
129827const curveR = (sa, sr, ta, tr)=>curve(sr * Math.cos(sa), sr * Math.sin(sa), tr * Math.cos(ta), tr * Math.sin(ta));
129828const orthoX = (sx, sy, tx, ty)=>"M" + sx + "," + sy + "V" + ty + "H" + tx;
129829const orthoY = (sx, sy, tx, ty)=>"M" + sx + "," + sy + "H" + tx + "V" + ty;
129830const orthoR = (sa, sr, ta, tr)=>{

Callers

nothing calls this directly

Calls 1

curveFunction · 0.70

Tested by

no test coverage detected