public double DistanceFromPoint(Point3d point) { return(point.DistanceFromPoint(this.Point) - this.Radius); }