# File lib/rubygame/ftor.rb, line 278 def normal=(other) set!( *(self.class.new(*other).unit().rotate(-HALF_PI) * magnitude()) ) end