7. What happens to the geometric shape that is written inside the expression translate ( [x, y, z] ) {...}?
Example: translate ( [x, y, z] ) { cube ( [ a, b, c] ) }.
Try again. Tip: translate refers to moving something from one place to another.
Exactly! The expression translate ( [x, y, z] ) will cause the geometric shape to move along the vector [x, y, z] direction.
In the example: cube ( [a, b, c] ) will move in the direction of [x, y, z] vector.