Spherical set(double radius, double phi, double theta) { this.radius = radius; this.phi = phi; this.theta = theta; return this; }