public bool Contains(Vector3 point)
 {
     return(Intersect.PointSphere(point, center, radius));
 }