Home | History | Annotate | Download | only in controllersample

Lines Matching refs:minDistance

391         final float minDistance = mShipSize * 4;
422 if (currentShip.distanceTo(positionX, positionY) < minDistance) {