Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:distance

157     distance : function(color) {
433 info.distance = (-B) - Math.sqrt(D);
438 info.distance
492 info.distance = t;
524 distance: null,
678 best.distance = 2000;
685 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
744 if (refl.isHit && refl.distance > 0){