Sets values of this spherical's radius, phi and theta properties from the Vector3.
Vector3
Spherical setFromVector3(Vector3 v) { return setFromCartesianCoords(v.x, v.y, v.z); }