Sphere constructor

Sphere()

Create a new, uninitialized sphere.

Implementation

Sphere()
    : _center = new Vector3.zero(),
      _radius = 0.0;