Home | History | Annotate | Download | only in src

Lines Matching full:max_dist

181     float max_dist = 0;
195 if( max_dist < dist )
197 max_dist = dist;
203 if( max_dist == 0 )