Function VectorMath.IsClockwiseOrColinear
        
                IsClockwiseOrColinear
        
                (Vector2Int a, Vector2Int b, Vector2Int c)
    
            
            Returns true if the points a in a clockwise order or if they are colinear.
                Public
                    Static
            
        bool IsClockwiseOrColinear (
Vector2Int  |     a  |         |
Vector2Int  |     b  |         |
Vector2Int  |     c  |         
Returns true if the points a in a clockwise order or if they are colinear.