Method: GGLib::Image#setPos

Defined in:
lib/image.rb

#setPos(x, y = @y, z = @z) ⇒ Object



122
123
124
125
126
# File 'lib/image.rb', line 122

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