Home
last modified time | relevance | path

Searched refs:c1x (Results 1 – 6 of 6) sorted by relevance

/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1210 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1216 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1218 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1220 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1222 ax = t1 * p1x + t * c1x,
1268 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1270 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
1919 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1922 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
1926 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
[all …]
/plugin/callflow/
Draphael.js1596 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1602 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1608 ax = t1 * p1x + t * c1x,
1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
2305 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
[all …]
/plugin/advrack/
Draphael.js1596 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1602 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1608 ax = t1 * p1x + t * c1x,
1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
2305 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5386 function getPointAtSegmentLength(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, length) { argument
5388 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y);
5390 return findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y,
5391 getTotLen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, length));
5458 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
5464 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
5466 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
5468 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
5470 ax = t1 * p1x + t * c1x,
5486 function bezierBBox(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
[all …]
/plugin/datatables/assets/pdfmake/
Dpdfmake.js21017 var BezierSegment = function BezierSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) {
21019 …var equationX = [p1x, -3 * p1x + 3 * c1x, 3 * p1x - 6 * c1x + 3 * c2x, -p1x + 3 * c1x - 3 * c2x + …
21021 …var derivativeX = [-3 * p1x + 3 * c1x, 6 * p1x - 12 * c1x + 6 * c2x, -3 * p1x + 9 * c1x - 9 * c2x …
21032 …Point = [p1x, p1y, isEqual(p1x, c1x) && isEqual(p1y, c1y) ? Math.atan2(c2y - c1y, c2x - c1x) : Mat…
21033 … p2y, isEqual(c2x, p2x) && isEqual(c2y, p2y) ? Math.atan2(c2y - c1y, c2x - c1x) : Math.atan2(p2y -…
21140 this.curve = function (c1x, c1y, c2x, c2y, x, y) {
21141 var segment = new BezierSegment(currX, currY, c1x, c1y, c2x, c2y, x, y);
21197 this.C = function (c1x, c1y, c2x, c2y, x, y) {
21198 this.addCommand(['curve', true, true, c1x, c1y, c2x, c2y, x, y]);
21204 this.c = function (c1x, c1y, c2x, c2y, x, y) {
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js3357 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
3363 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,