# File lib/rubygame/ftor.rb, line 322
        def angle_with(other)
                Math.acos( self.udot(other) )
        end