Searched refs:rotatedPoint (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 2803 … /*private*/ mxVsdxGeometryList.prototype.rotatedPoint = function (pt, cos, sin) { method in mxVsdxGeometryList 2841 … this.rotatedPoint(p, Math.cos(rotation), Math.sin(rotation));
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1186 …ist.length;a++)this.geomList[a].isNoShow()||b++;return b};d.prototype.rotatedPoint=function(b,a,c)… method in d 1187 …null!=m.y?m.y:0,C=new mxPoint(q,m);0!==c&&(c=(360-c)*Math.PI/180,this.rotatedPoint(C,Math.cos(c),M…
|