Function VectorMath.IsClockwise
        
                IsClockwise
        
                (int2 a, int2 b, int2 c)
    
            
            Returns if the points a in a clockwise order.
                Public
                    Static
            
        bool IsClockwise (
int2  |     a  |         |
int2  |     b  |         |
int2  |     c  |         
Returns if the points a in a clockwise order.