Lines Matching refs:distance
157 distance : function(color) {
203 getIntensity: function(distance){
204 if(distance >= intensity) return 0;
206 return Math.pow((intensity - distance) / strength, 0.2);
464 info.distance = (-B) - Math.sqrt(D);
469 info.distance
523 info.distance = t;
555 distance: null,
709 best.distance = 2000;
716 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
775 if (refl.isHit && refl.distance > 0){