# File lib/jpmobile/datum_conv.rb, line 50
  def self.xyz2xyz(x,y,z,d)
    return x+d[0],y+d[1],z+d[2]
  end