Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 25 of 31) sorted by relevance

12

/plugin/diagramsnet/lib/shapes/
H A DmxNetworks.js93 var nx = dx / dist;
98 var p1x = midX + nx * dist / 3 * 0.1 - ny / 3 * dist * 0.1;
99 var p1y = midY + ny * dist / 3 * 0.1 + nx / 3 * dist * 0.1;
100 var p2x = midX + nx * dist * 0.1 + ny * dist * 0.1;
101 var p2y = midY + ny * dist * 0.1 - nx * dist * 0.1;
103 var p3x = midX - nx * dist / 3 * 0.1 + ny / 3 * dist * 0.1;
104 var p3y = midY - ny * dist / 3 * 0.1 - nx / 3 * dist * 0.1;
105 var p4x = midX - nx * dist * 0.1 - ny * dist * 0.1;
106 var p4y = midY - ny * dist * 0.1 + nx * dist * 0.1;
H A DmxSysML.js953 var nx = unitX * (size + sw + 1);
960 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
961 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
973 var nx = unitX * (size + sw + 1);
991 var nx = unitX * (size + sw + 1);
2486 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
2487 c.lineTo(pe.x + nx / 2 + ny / 2, pe.y + ny / 2 - nx / 2);
2489 c.moveTo(pe.x + nx / 2 - ny / 2, pe.y + ny / 2 + nx / 2);
2490 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
2562 c.moveTo(pe.x - 1.5 * nx - ny / 2, pe.y - 1.5 * ny + nx / 2);
[all …]
H A DmxLeanMap.js1882 var nx = dx / dist;
1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1;
1888 var p1y = midY - ny * dist * 0.1 + nx / 3 * dist * 0.1;
1889 var p4x = midX + nx * dist * 0.1 + ny / 3 * dist * 0.1;
1890 var p4y = midY + ny * dist * 0.1 - nx / 3 * dist * 0.1;
1902 var nx = dx / dist;
1907 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
1909 c.lineTo(pe.x - nx * 10 + ny * 5, pe.y - ny * 10 - nx * 5);
1943 var nx = dx / dist;
1953 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
[all …]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php496 $nx = abs($ex - $sx);
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
500 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
543 $nx = abs($ex - $sx);
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
602 $nx = abs($ex - $sx);
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
619 min($nx + 2, $tmpWidth - $sx),
676 $nx = abs($ex - $sx);
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
[all …]
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js1256 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1257 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1270 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1271 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1272 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1273 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1301 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1302 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1345 c.lineTo(px - nx, py - ny);
1392 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
[all …]
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php447 $nx = abs($ex - $sx);
449 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
452 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
491 $nx = abs($ex - $sx);
493 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
496 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
543 $nx = abs($ex - $sx);
554 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
557 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
605 $nx = abs($ex - $sx);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js5121 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5122 c.lineTo(pe.x + ny / 2 - 3 * nx / 2, pe.y - 3 * ny / 2 - nx / 2);
5135 pe.x -= nx;
5141 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
5142 c.lineTo(px - nx / 2 + ny / 2, py - ny / 2 - nx / 2);
5143 c.lineTo(px + ny / 2 - 3 * nx / 2, py - 3 * ny / 2 - nx / 2);
5144 c.lineTo(px - ny / 2 - 3 * nx / 2, py - 3 * ny / 2 + nx / 2);
5167 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5169 c.moveTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
5231 pe.x -= nx;
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1220 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1226 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
1227 (mx > nx || my < ny) && (alpha += 180);
1232 n: {x: nx, y: ny},
1373 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1380 var px = nx / denominator,
1979 var nx, ny, tq = {T:1, Q:1};
1994 nx = d.x * 2 - d.bx; // And reflect the previous
1998 nx = d.x;
2001 path = ["C", nx, ny][concat](path.slice(1));
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5468 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
5474 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
5480 n: {x: nx, y: ny},
5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
5577 var px = nx / denominator,
6231 var nx, ny;
6246 nx = d.x * 2 - d.bx; // And reflect the previous
6250 nx = d.x;
6253 path = ["C", nx, ny].concat(path.slice(1));
/plugin/callflow/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1612 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
1613 (mx > nx || my < ny) && (alpha += 180);
1618 n: {x: nx, y: ny},
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1766 var px = nx / denominator,
2365 var nx, ny;
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2384 nx = d.x;
2387 path = ["C", nx, ny][concat](path.slice(1));
/plugin/advrack/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1612 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
1613 (mx > nx || my < ny) && (alpha += 180);
1618 n: {x: nx, y: ny},
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1766 var px = nx / denominator,
2365 var nx, ny, tq = {T:1, Q:1};
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2384 nx = d.x;
2387 path = ["C", nx, ny][concat](path.slice(1));
/plugin/processing/
H A Dscript.js6542 p.directionalLight = function(r, g, b, nx, ny, nz) { argument
6552 var dir = [nx, ny, nz, 0.0000001];
6633 p.spotLight = function spotLight(r, g, b, x, y, z, nx, ny, nz, angle, concentration) { argument
6651 var dir = [nx, ny, nz, 0.0000001];
8935 p.normal = function normal(nx, ny, nz) { argument
8940 normalX = nx;
11149 nx = 0;
11189 nx = parseFloat(xy[0][0]);
11203 x = nx;
11211 nx = parseFloat(xy[2][0]);
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DCHANGES.txt1111 # public float[][][] functionXYZ(String functionName, int nx, int ny, int nz);
1269 # code: rewritten code for JvxlReader saves nx*ny*nz*8 bytes of memory on loading JVXL files
1270 # because there is no need for voxelData = float[nx][ny][nz].
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46187 var nx;
46485 return this.curve.point(nx, nz);
46511 return this.curve.point(nx, nz);
46943 return this.curve.point(nx, ny);
47147 var t2 = t1.redISub(nx);
47152 jx = nx;
47166 var nx;
47231 var nx;
47305 var t2 = t1.redISub(nx);
47350 nx = nx.redIAdd(nx);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2496 $nx = ceil($pb['w'] / $iw) + 1;
2498 $nx = 1;
2522 if ($nx > 1) {
2534 for ($xi = 0; $xi < $nx; $xi++) {
2694 $nx = ceil($pb['w'] / $iw) + 1;
2696 $nx = 1;
2716 if ($nx > 1) {
2726 for ($xi = 0; $xi < $nx; $xi++) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem2467 74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs/nx
/plugin/xtern/ca/
H A Dcacert.pem2467 74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs/nx
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3452 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
3460 var px = fixError(nx / denominator),
3981 var nx, ny;
4001 nx = d.x * 2 - d.bx;
4011 nx = d.x;
4014 path = ['C', nx, ny].concat(path.slice(1));
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1nx(){return K_(J_)}function rx(){return K_(tx)}function ix(){var t=K_(ex);return t.angle=t.x,delet… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6nx=ex(Nm("44015444025645045745055946075a46085c460a5d460b5e470d60470e614710634711644713654814674816…
/plugin/flowcharts/
H A Dmermaid.min.js1nx=ex(Dv("44015444025645045745055946075a46085c460a5d460b5e470d60470e614710634711644713654814674816…

12