sphere_x = self.radius * np.sin(phi) * np.cos(theta) + self.center.x sphere_y = self.radius * np.sin(phi) * np.sin(theta) + self.center.y sphere_z = self.radius * np ...