18 public override string ToString() => $
"{Center},{Radius}";
override int GetHashCode()
override string ToString()
bool Equals(BoundingSphere other)
override bool Equals(object obj)
static bool operator==(BoundingSphere s1, BoundingSphere s2)
static bool operator!=(BoundingSphere s1, BoundingSphere s2)
BoundingSphere(Vector3 center, float radius)