# File lib/rubygame/ftor.rb, line 288
        def unit
                m = magnitude().to_f
                @unit or @unit = Ftor.new(@x/m, @y/m)
        end