Sphere public class Sphere : Solid Documentation Code public Point CenterPoint { get; } public double Radius { get; } public static Sphere ByBestFit(IEnumerable<Point> points) public static Sphere ByCenterPointRadius(Point centerPoint, double radius = 1) public static Sphere ByFourPoints(IEnumerable<Point> points)