Function PIDMovement.MaxAngle
        
                MaxAngle
        
                (float2 a, float2 b, bool clockwise)
    
            
            Returns either the most clockwise, or most counter-clockwise direction of the two given directions.
                Public
                    Static
            
        
        
                MaxAngle
        
                (float2 a, float2 b, float2 c, bool clockwise)
    
            
            Returns either the most clockwise, or most counter-clockwise direction of the three given directions.
                Public
                    Static