Home
last modified time | relevance | path

Searched refs:nurbsValues (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js7085 this.nurbsValues = ([]); property in anonymousFunctione5f06ec72c200.anonymousFunctione5f06ec72c300.anonymousFunctione5f06ec72c400.anonymousFunctione5f06ec72c500.anonymousFunctione5f06ec72c600.anonymousFunctione5f06ec72c800.Nurbs.Nurbs
7089 … /* add */ (this.nurbsValues.push(/* parseDouble */ parseFloat(/* get */ n[i]) * 100.0));
7092 … /* add */ (this.nurbsValues.push(100 - parseFloat(/* get */ n[i]) * 100.0));
7095 … /* add */ (this.nurbsValues.push(/* parseDouble */ parseFloat(/* get */ n[i])));
7126 return (((this.nurbsValues.length / 4 | 0)) - 1);
7132 return this.nurbsValues[0];
7138 return this.nurbsValues[1];
7144 return this.nurbsValues[2];
7150 return this.nurbsValues[3];
7157 return this.nurbsValues[(i + 1) * 4];
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js6517 this.nurbsValues = [1, 3, 0, 0, property in Nurbs
6530 return (((this.nurbsValues.length / 4 | 0)) - 1);
6537 return Math.round(this.nurbsValues[(i + 1) * 4] * 100.0) / 100.0;;
6544 return Math.round(this.nurbsValues[(i + 1) * 4 + 1] * 100.0) / 100.0;;
/plugin/diagramsnet/lib/js/
Dextensions.min.js53 …del().maintainEdgeParent=!1;return a}function Xb(a,b,c,g,n,d,f,w){this.nurbsValues=[1,3,0,0,100*(a… property in Xb
1019nurbsValues.length/4|0)-1};Xb.prototype.getX=function(a){return Math.round(100*this.nurbsValues[4*…
1355nurbsValues=[];a=b.split(/\s*,\s*/).slice(0);for(b=0;b<a.length;b++)3<b&&0===b%4?this.nurbsValues.… property
1356nurbsValues.length/4|0)-1};a.prototype.getKnotLast=function(){return this.nurbsValues[0]};a.protot…
1357nurbsValues[4*(a+1)]};a.prototype.getY=function(a){return this.nurbsValues[4*(a+1)+1]};a.prototype…