Returns a new sphere with the same center and radius as this one.
BoundingSphere clone() { return BoundingSphere()..setFrom(this); }