public bool HitInRadius(Point aMp) { if (VC.Distance(aMp, Pos.AsPoint) > 20) { return(false); } return(true); }