MCPcopy Create free account
hub / github.com/plotly/plotly.js / a2xy

Function a2xy

src/plots/polar/helpers.js:127–129  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

125 var i, j;
126
127 function a2xy(a) {
128 return [r * Math.cos(a), r * Math.sin(a)];
129 }
130
131 function findXY(va0, va1, s) {
132 return findIntersectionXY(va0, va1, s, a2xy(va0));

Callers 2

findXYFunction · 0.85
makeClippedPolygonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…