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