Home | History | Annotate | Download | only in stack

Lines Matching refs:minDist

668         float minDist = Float.MAX_VALUE;
684 if (dist < minDist) {
686 minDist = dist;