Home
last modified time | relevance | path

Searched refs:lerp (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DMath.php31 public static function lerp($x, $y, $weight) function in ComboStrap\\Math
H A DColorRgb.php437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight));
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));
/plugin/stlviewer/stlviewer/
H A DProjector.js1017 s1.lerp( s2, alpha1 );
1018 s2.lerp( s1, 1 - alpha2 );
H A Dthree.min.js2lerp:function(t,e,n){return(1-n)*t+n*e},smoothstep:function(t,e,n){return t<=e?0:t>=n?1:(t=(t-e)/(… method in AnonymousFunctione3d0f3fa0100.st
/plugin/processing/
H A Dscript.js4827 var r = parseInt(p.lerp(r1, r2, amt), 10);
4828 var g = parseInt(p.lerp(g1, g2, amt), 10);
4829 var b = parseInt(p.lerp(b1, b2, amt), 10);
4830 var a = parseFloat(p.lerp(a1, a2, amt) * colorModeA);
6055 p.lerp = function(value1, value2, amt) { function
6244 function lerp(t,a,b) { return a + t * (b - a); } function
6252 return lerp(fz,
6253 lerp(fy, lerp(fx, grad3d(perm[p00], x, y, z), grad3d(perm[p10], x-1, y, z)),
6255 lerp(fy, lerp(fx, grad3d(perm[p00 + 1], x, y, z-1), grad3d(perm[p10 + 1], x-1, y, z-1)),
6264 return lerp(fy,
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …&this.y>that.y},gte:function(that){return this.x>=that.x&&this.y>=that.y},lerp:function(that,t){re… method in Point
H A Dfabric.js4124 lerp: function (that, t) { method in Point
/plugin/ol3/
H A Dscript.js8 …eturn o}}||{},wO.math={},wO.math.clamp=Ne||{},wO.math.cosh=De||{},wO.math.lerp=qe||{},wO.math.log2…