Home | History | Annotate | Download | only in stack

Lines Matching refs:minDist

1052         float minDist = Float.MAX_VALUE;
1068 if (dist < minDist) {
1070 minDist = dist;