Home | History | Annotate | Download | only in stack

Lines Matching refs:minDist

1038         float minDist = Float.MAX_VALUE;
1054 if (dist < minDist) {
1056 minDist = dist;