spherical method

spherical

Get point in spherical coordinates

Returns

Spherical coordinates point

def spherical(self, r, theta, phi):
    ...
ParameterTypeDescription
rfloatR value
thetafloatTheta value
phifloatPhi value

See Also