Home
last modified time | relevance | path

Searched refs:theta (Results 51 – 66 of 66) sorted by path

123

/plugin/flowcharts/
H A Dmermaid.min.js1 …distanceMax=function(t){return arguments.length?(o=t*t,u):Math.sqrt(o)},u.theta=function(t){return… function
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dcp1253.map217 !E8 U+03B8 theta
H A Diso-8859-7.map228 !E8 U+03B8 theta
H A Dsymbol.map82 !71 U+03B8 theta
/plugin/html5video2/script/
H A Dvideo.min.js21 …a:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa…
/plugin/jmol2/jmol/
H A DCHANGES.txt2152 # {x y z w} where w = cos(theta/2) and {x y z} = sin(theta/2)*unitNormal
2153 # quaternions are always fixed so that cos(theta/2) > 0 -- that is, so that
2154 # the reported theta (q %-2) is in the range [0, 180]
2155 # This is important. One can also get a directed theta based on a
2158 # sign of theta if that value is negative.
2166 # new feature: q = axisAngle({x y z}, theta)
2167 # new feature: q = axisAngle(x, y, z, theta)
2168 # new feature: q = axisAngle("{x y x theta}")
2173 # new feature: rotate axisAngle {x y z theta}
2221 # rotation and w = theta for the rotation, where the normal and theta are chosen
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Minimize.jar ... iData double[] dData double delta double rab double theta double energy void <init> () abstract double ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Minimize.jar ... iData double[] dData double delta double rab double theta double energy void <init> () abstract double ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js218 theta = Math.atan2(y,x);
220 if (theta > -1 * Math.PI && theta < -0.5 * Math.PI) {
221 theta = 2 * Math.PI + theta;
227 return (theta + Math.PI / 2) / 2 * Math.PI * 10;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1theta', 'rho',\n 'sigma', 'tau', 'upsilon', 'omega1', 'omega', 'xi', 'psi', 'zeta',\n 'braceleft…
/plugin/scrape/HTMLPurifier/EntityLookup/
H A Dentities.ser
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js234 var theta = Math.atan2( offset.x, offset.z );
246 theta += thetaDelta;
263 offset.x = radius * Math.sin( phi ) * Math.sin( theta );
265 offset.z = radius * Math.sin( phi ) * Math.cos( theta );
H A Dthree.min.js2theta)},e.setFromSphericalCoords=function(t,e,n){var r=Math.sin(e)*t;return this.x=r*Math.sin(n),t…

123