Constructs a new bounding sphere with the given values.
BoundingSphere([ Vector3? center, this.radius = 0 ]) { this.center = center ?? Vector3(); }