Searched refs:toX (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …toX,toY,rx,ry,large,sweep,rotateX){var argsString=_join.call(arguments);if(arcToSegmentsCache[args… argument
|
H A D | fabric.js | 882 function arcToSegments(toX, toY, rx, ry, large, sweep, rotateX) { argument 896 var px = -cosTh * toX * 0.5 - sinTh * toY * 0.5, 897 py = -cosTh * toY * 0.5 + sinTh * toX * 0.5, 914 cx1 = cosTh * cx - sinTh * cy + toX * 0.5, 953 toX = cosTh * rx * costh3 - sinTh * ry * sinth3 + cx1, 957 cp2X = toX + mT * ( cosTh * rx * sinth3 + sinTh * ry * costh3), 963 toX, toY
|