Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 28923 … cos_th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, th1, th2, th3, th_arc, … 28957 th1 = Math.atan2(y1 - yc, x1 - xc); 28958 th_arc = th1 - th0; 28974 segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { argument 28980 th_half = 0.5 * (th1 - th0); 28984 x3 = cx + Math.cos(th1); 28985 y3 = cy + Math.sin(th1); 28986 x2 = x3 + t * Math.sin(th1); 28987 y2 = y3 - t * Math.cos(th1);
|
| D | pdfmake.min.js.map | 1 …th1","th2","th3","th_arc","x0","xc","yc","th_half","x3","y3","PDFFont","_fontCount","_fontSize","_…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15513 var th1 = Math.atan2(y1 - yc, x1 - xc); 15514 var th_arc = th1 - th0; 15529 var segmentToBezier = function segmentToBezier(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { 15534 var th_half = 0.5 * (th1 - th0); 15538 var x3 = cx + Math.cos(th1); 15539 var y3 = cy + Math.sin(th1); 15540 var x2 = x3 + t * Math.sin(th1); 15541 var y2 = y3 - t * Math.cos(th1); 21254 th1 = Math.atan2((y1 - y2) / ry, (x1 - x2) / rx), 21256 if (fs === 0 && th2 - th1 > 0) { [all …]
|