Searched refs:toY (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …toY,rx,ry,large,sweep,rotateX){var argsString=_join.call(arguments);if(arcToSegmentsCache[argsStri… 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, 915 cy1 = sinTh * cx + cosTh * cy + toY * 0.5, 954 toY = sinTh * rx * costh3 + cosTh * ry * sinth3 + cy1, 958 cp2Y = toY + mT * ( sinTh * rx * sinth3 - cosTh * ry * costh3); 963 toX, toY
|