Function translate

gfm.math.vector.Vector!(float,3) translate (
  gfm.math.vector.Vector!(float,3) a,
  gfm.math.vector.Vector!(float,3) offset
);