CreateSphere(IEnumerable<double>, double)
            Creates a sphere primitive generator.
            
Declaration Syntax
public ISolidSphere CreateSphere(IEnumerable<double> center, double radius)
Parameters
- center(IEnumerable<double>)
 The center of the sphere.
- radius(double)
 The radius of the sphere.