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