Searched refs:th2 (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 943 function segmentToBezier(th2, th3, cosTh, sinTh, rx, ry, cx1, cy1, mT, fromX, fromY) { argument 949 var costh2 = Math.cos(th2), 950 sinth2 = Math.sin(th2),
|
| D | fabric.min.js | 1 …th2,th3,cosTh,sinTh,rx,ry,cx1,cy1,mT,fromX,fromY){var argsString2=_join.call(arguments);if(segment… argument
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15523 var th2 = th0 + i * th_arc / segments; 15525 result[i] = [xc, yc, th2, th3, rx, ry, sin_th, cos_th]; 21255 th2 = Math.atan2((-y1 - y2) / ry, (-x1 - x2) / rx); 21256 if (fs === 0 && th2 - th1 > 0) { 21257 th2 -= 2 * Math.PI; 21258 } else if (fs === 1 && th2 - th1 < 0) { 21259 th2 += 2 * Math.PI; 21261 var segms = Math.ceil(Math.abs(th2 - th1) / (Math.PI / precision)); 21263 var th3 = th1 + i * (th2 - th1) / segms, 21264 th4 = th1 + (i + 1) * (th2 - th1) / segms,
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 28923 …th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, th1, th2, th3, th_arc, x0, x… 28967 th2 = th0 + i * th_arc / segments; 28969 result[i] = [xc, yc, th2, th3, rx, ry, sin_th, cos_th];
|
| D | pdfmake.min.js.map | 1 …th2","th3","th_arc","x0","xc","yc","th_half","x3","y3","PDFFont","_fontCount","_fontSize","_regist…
|