Create a sphere from a center and a radius.
center
radius
Sphere.centerRadius(Vector3 center, this.radius) : _center = Vector3.copy(center);