function s = translation(si,c)
% s = translation(si,c)
% Shifts the geometry described by the structure si by the vector c
% The entire structure is shifted and nothing remains at the previous position.
% si  :  Structure generated by the functions wire etc.
% c   :  Vector [cx cy cz]
% s   :  New structure

