# File lib/rubygame/ftor.rb, line 230
        def angle
                @angle or @angle = Math.atan2(@y,@x)
        end