Generate a sphere of diameter 3. Create 3 vectors representing the translation of this sphere along the x, y, and z axes. Generate the correct vectors given the description below:
The sphere should be translated to (-10, -10, -10). All translation steps should be 20 units long.
From the starting point, translate the sphere in this order. (+ denotes positive, - denotes negative). Each translation should be reflected in a separate frame.
+x, +y, -x, +z, +x, -y, -x