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