Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js28923 …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;
Dpdfmake.min.js.map1cos_th","pl","segments","sfactor","sfactor_sq","sin_th","th","th0","th1","th2","th3","th_arc","x0"…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15482 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;