Home
last modified time | relevance | path

Searched refs:vector (Results 51 – 59 of 59) sorted by relevance

123

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41894 function rotateVector(vector, angle) { argument
41895 return (!angle) ? vector : {
41896 x: Math.cos(angle) * vector.x - Math.sin(angle) * vector.y,
41897 y: Math.sin(angle) * vector.x + Math.cos(angle) * vector.y
/plugin/ol3/
H A Dscript.js1 …eo","source_image"],source_vector:{type:{required:!0,type:"enum",values:{vector:{doc:"A vector til… class in AnonymousFunction600b995a0400.i.source_vector.type.values
8vector:[]},vy={image:[Gu],hybrid:[zu,Vu,Gu],vector:[Bu,Du,Uu,zu,Vu,Gu]},_y=function(t){function e(…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3820 if(opts.WTF) throw new Error("unexpected vector length " + matches.length + " != " + h.size);
5761 …o[o.length] = (W('HeadingPairs', W('vt:vector', W('vt:variant', '<vt:lpstr>Worksheets</vt:lpstr>')…
5762 …o[o.length] = (W('TitlesOfParts', W('vt:vector', cp.SheetNames.map(function(s) { return "<vt:lpstr…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1vector","cartesianNormalizeInPlace","ranges","deltaSum","boundsStream","boundsPoint","boundsLineSt…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … float for global if in int matrix proc return source string switch true vector while';\nvar funct…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …* `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `imag…
H A Dbundle.js.map1vector, k) {\n return [vector[0] * k, vector[1] * k, vector[2] * k];\n}\n\n// TODO return d\nexpo…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …1] - m[5] * m[0]) / d];\n };\n\n // Apply a generic 3d matrix M on a 3-vector v:\n // | a b c…
H A Dpdf.worker.js.map1vector v:\n // | a b c | | X |\n // | d e f | x | Y |\n // | g h i | | Z |\n // M is…

123