Searched refs:cos_th (Results 1 – 3 of 3) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 28923 …var a00, a01, a10, a11, cos_th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, … 28926 cos_th = Math.cos(th); 28929 px = cos_th * (ox - x) * 0.5 + sin_th * (oy - y) * 0.5; 28930 py = cos_th * (oy - y) * 0.5 - sin_th * (ox - x) * 0.5; 28937 a00 = cos_th / rx; 28940 a11 = cos_th / ry; 28969 result[i] = [xc, yc, th2, th3, rx, ry, sin_th, cos_th]; 28974 segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { argument 28976 a00 = cos_th * rx; 28979 a11 = cos_th * ry;
|
D | pdfmake.min.js.map | 1 …cos_th","pl","segments","sfactor","sfactor_sq","sin_th","th","th0","th1","th2","th3","th_arc","x0"…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 15482 var cos_th = Math.cos(th); 15485 px = cos_th * (ox - x) * 0.5 + sin_th * (oy - y) * 0.5; 15486 py = cos_th * (oy - y) * 0.5 - sin_th * (ox - x) * 0.5; 15493 var a00 = cos_th / rx; 15496 var a11 = cos_th / ry; 15525 result[i] = [xc, yc, th2, th3, rx, ry, sin_th, cos_th]; 15529 var segmentToBezier = function segmentToBezier(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { 15530 var a00 = cos_th * rx; 15533 var a11 = cos_th * ry;
|