Home
last modified time | relevance | path

Searched refs:x3 (Results 76 – 89 of 89) sorted by last modified time

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1x3","y3","PDFFont","_fontCount","_fontSize","_registeredFonts","family","cacheKey","currentLineHei…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1x3,y3){var argsString=_join.call(arguments);if(boundsOfCurveCache[argsString]){return boundsOfCurv… argument
H A Dfabric.js1055 function getBoundsOfCurve(x0, y0, x1, y1, x2, y2, x3, y3) { argument
1068 a = -3 * x0 + 9 * x1 - 9 * x2 + 3 * x3;
1107 x = (mt * mt * mt * x0) + (3 * mt * mt * t * x1) + (3 * mt * t * t * x2) + (t * t * t * x3);
1116 bounds[0][jlen + 1] = x3;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js926 var _doLists_callback = function(match, list, x2, x3, type) { argument
/plugin/imagemap/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php123 $x3, $y3, argument
137 $viewport->lineto($x3, $y3);
155 $viewport->lineto($x3, $y3);
176 $viewport->lineto($x3, $y3);
195 $x2a = ($x2 + $x3) / 2;
200 $viewport->lineto($x3, $y3);
221 $viewport->lineto($x3, $y3);
240 $x2a = ($x2 + $x3) / 2;
245 $viewport->lineto($x3, $y3);
262 $viewport->lineto($x3, $y3);
[all …]
/plugin/advrack/
H A Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
821 if (x3 == null) {
829 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1726 xbase = base3(ct, x1, x2, x3, x4),
1742 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
1752 mmax(x1, x2) < mmin(x3, x4) ||
1753 mmin(x1, x2) > mmax(x3, x4) ||
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1773 px2 < +mmin(x3, x4).toFixed(2) ||
[all …]
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/processing/
H A Dscript.js2825 parsePathCurveto : function(x1, y1, x2, y2, x3, y3) { argument
2830 this.parsePathVertex(x3, y3);
8438 var curveVertexSegment = function(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4) { argument
8445 var xplot1 = draw[4] * x1 + draw[5] * x2 + draw[6] * x3 + draw[7] * x4;
8446 var xplot2 = draw[8] * x1 + draw[9] * x2 + draw[10] * x3 + draw[11] * x4;
8447 var xplot3 = draw[12] * x1 + draw[13] * x2 + draw[14] * x3 + draw[15] * x4;
8697 p.triangle = function triangle(x1, y1, x2, y2, x3, y3) { argument
8701 p.vertex(x3, y3, 0);
8705 p.quad = function quad(x1, y1, x2, y2, x3, y3, x4, y4) { argument
8709 p.vertex(x3, y3, 0);
/plugin/jmol2/jmol/
H A DCHANGES.txt1396 # quaternion from first two columns of a 3x3 rotation matrix
1397 # bug fix: some quaternions cannot be created from a 3x3, namely:
5618 # x3 = {molecule=1}.xyz.distance{molecule=2}
5681 # %x3 atom property "x" for atom 3

1234