Home
last modified time | relevance | path

Searched refs:alpha2 (Results 1 – 15 of 15) sorted by relevance

/plugin/stlviewer/stlviewer/
H A DProjector.js959 var alpha1 = 0, alpha2 = 1,
991 alpha2 = Math.min( alpha2, bc1near / ( bc1near - bc2near ) );
1003 alpha2 = Math.min( alpha2, bc1far / ( bc1far - bc2far ) );
1007 if ( alpha2 < alpha1 ) {
1018 s2.lerp( s1, 1 - alpha2 );
/plugin/pgn4web/pgn4web/fonts/
H A DREADME.txt3 with the addition of chess pieces from freeware fonts: the alpha2 font (Peter
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js199 mxJsCanvas.prototype.setGradient = function(color1, color2, x, y, w, h, direction, alpha1, alpha2) argument
207 s.gradientAlpha = (alpha2 != null) ? alpha2 : 1;
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md29 4.0.0-alpha2 (2015-05-18)
209 2.0.0alpha2 (2013-07-02)
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md62 4.0.0-alpha2 (2015-05-18)
242 2.0.0alpha2 (2013-07-02)
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md114 2.2.0-alpha2 (2015-06-01)
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js1022 alpha2 = (alpha * PIN) * (alpha * PIN);
1025 var tmp = n * (len - n) * alpha2,
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md174 4.0.0-alpha2 (2015-09-04)
659 3.0.0-alpha2 (2013-05-22)
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md113 4.0.0-alpha2 (2015-09-04)
598 3.0.0-alpha2 (2013-05-22)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md201 3.1.0-alpha2 (2015-09-05)
215 * The zip release ships with [sabre/vobject 4.0.0-alpha2][vobj],
460 2.2.0-alpha2 (2015-01-09)
641 2.1.0-alpha2 (2014-10-23)
879 1.9.0-alpha2 (2014-01-14)
1906 1.2.0alpha2 (2010-04-08)
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md433 3.0.0-alpha2 (2013-05-22)
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md433 3.0.0-alpha2 (2013-05-22)
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md393 3.0.0-alpha2 (2013-05-22)
/plugin/pgn4web/pgn4web/
H A DREADME.txt485 with the addition of chess pieces from freeware fonts: the alpha2 font (Peter
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js6304 var alpha2 = mxUtils.toRadians(-150); variable
6306 var cos2 = Math.cos(alpha2);
6307 var sin2 = Math.sin(alpha2);