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