Searched refs:minDistance (Results 1 – 3 of 3) sorted by relevance
132 double minDistance = 0; in getClosestCity() local136 if (minDistance == 0 || distance < minDistance) { in getClosestCity()137 minDistance = distance; in getClosestCity()
417 final float minDistance = mShipSize * 4;445 } while (mShip.distanceTo(positionX, positionY) < minDistance);
391 final float minDistance = mShipSize * 4; in step() local422 if (currentShip.distanceTo(positionX, positionY) < minDistance) { in step()