# File lib/gd2/canvas.rb, line 311 def move(x, y) @point.transform!(Matrix[[1, 0, 0], [0, 1, 0], [x, y, 1]] * @transformation_matrix) # @point = point(@point.x + x, @point.y + y) self end