class IRB::Vec

def initialize(x, y, z)

def initialize(x, y, z)
  @x, @y, @z = x, y, z
end