# File lib/as_transform2d.rb, line 61
  def translate(x, y)
    self * AS::Transform2D.translate(x,y)
  end