Beispiel #1
0
 public void checkMaxRadius()
 {
     if (points.Max(x => MyMath.EuclidDistance(x, weight)) > maxRadius)
     {
     }
 }