Home | History | Annotate | Download | only in controllersample

Lines Matching defs:distanceTo

422                     if (currentShip.distanceTo(positionX, positionY) < minDistance) {
520 public float distanceTo(float x, float y) {
524 public float distanceTo(Sprite other) {
525 return distanceTo(other.mPositionX, other.mPositionY);
531 && distanceTo(other) <= Math.max(mSize, other.mSize)