MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / smoothstep

Function smoothstep

webgl/js/three.min.js:12378–12383  ·  view source on GitHub ↗
( value, min, max )

Source from the content-addressed store, hash-verified

12376 }
12377
12378 function smoothstep( value, min, max ) {
12379
12380 var x = ( value - min ) / ( max - min );
12381 return x * x * ( 3 - 2 * x );
12382
12383 }
12384
12385 function normalToComponent( normal ) {
12386

Callers 2

renderFace3Function · 0.85
renderFace4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected