Пример #1
0
 static public bool ShotInRoundTarget(Circle target, Point2D shot)
 {
     return(Point2D.CalculateDistance(target.Center, shot) <= target.Radius);
 }