Home
last modified time | relevance | path

Searched refs:sinTh (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1sinTh=Math.sin(th),cosTh=Math.cos(th),fromX=0,fromY=0;rx=Math.abs(rx);ry=Math.abs(ry);var px=-cosT… argument
8sinTh=Math.sin(theta),cosTh=Math.cos(theta),coords=this.getCenterPoint(),wh=new fabric.Point(curre…
H A Dfabric.js889 sinTh = Math.sin(th),
896 var px = -cosTh * toX * 0.5 - sinTh * toY * 0.5,
897 py = -cosTh * toY * 0.5 + sinTh * toX * 0.5,
914 cx1 = cosTh * cx - sinTh * cy + toX * 0.5,
915 cy1 = sinTh * cx + cosTh * cy + toY * 0.5,
953 toX = cosTh * rx * costh3 - sinTh * ry * sinth3 + cx1,
954 toY = sinTh * rx * costh3 + cosTh * ry * sinth3 + cy1,
955 cp1X = fromX + mT * ( - cosTh * rx * sinth2 - sinTh * ry * costh2),
957 cp2X = toX + mT * ( cosTh * rx * sinth3 + sinTh * ry * costh3),
958 cp2Y = toY + mT * ( sinTh * rx * sinth3 - cosTh * ry * costh3);
[all …]