Home | History | Annotate | Download | only in stack

Lines Matching refs:minDist

599         float minDist = Float.MAX_VALUE;
615 if (dist < minDist) {
617 minDist = dist;