# File lib/as_transform2d.rb, line 66
  def rotate(a)
    self * AS::Transform2D.rotate(a)
  end