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