# File lib/rubygame/ftor.rb, line 244 def angle=(a) m = magnitude() set!( Math.cos(a)*m, Math.sin(a)*m ) end