Home
last modified time | relevance | path

Searched refs:th0 (Results 1 – 3 of 3) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js28923 … a11, cos_th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, th1, th2, th3, th_…
28956 th0 = Math.atan2(y0 - yc, x0 - xc);
28958 th_arc = th1 - th0;
28967 th2 = th0 + i * th_arc / segments;
28968 th3 = th0 + (i + 1) * th_arc / segments;
28974 segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { argument
28980 th_half = 0.5 * (th1 - th0);
28982 x1 = cx + Math.cos(th0) - t * Math.sin(th0);
28983 y1 = cy + Math.sin(th0) + t * Math.cos(th0);
Dpdfmake.min.js.map1th0","th1","th2","th3","th_arc","x0","xc","yc","th_half","x3","y3","PDFFont","_fontCount","_fontSi…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15512 var th0 = Math.atan2(y0 - yc, x0 - xc);
15514 var th_arc = th1 - th0;
15523 var th2 = th0 + i * th_arc / segments;
15524 var th3 = th0 + (i + 1) * th_arc / segments;
15529 var segmentToBezier = function segmentToBezier(cx, cy, th0, th1, rx, ry, sin_th, cos_th) {
15534 var th_half = 0.5 * (th1 - th0);
15536 var x1 = cx + Math.cos(th0) - t * Math.sin(th0);
15537 var y1 = cy + Math.sin(th0) + t * Math.cos(th0);