(translate (direction: coord) (object: gprim))
A set of coordinates specifying the direction and magnitude of the translation. The default direction if (: 0 0 0).
A graphics primitive object or a list of graphics primitive objects
(translate ((direction: (: 3 7 4)) (sphere))This code translates a default sphere to the position (3, 7, 4).
LBW 12/05/96