Angle between 3 vertices
        Posted  
        
            by user146780
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user146780
        
        
        
        Published on 2010-06-16T21:52:08Z
        Indexed on 
            2010/06/17
            23:53 UTC
        
        
        Read the original article
        Hit count: 189
        
For example, GetAngle((0,0),(100,0),(100,100)) = 90. How could I find the angle between 3 2D Points.
© Stack Overflow or respective owner