Function FunnelState.DifferentSidesOfLine
        
                DifferentSidesOfLine
        
                (float3 start, float3 end, float3 a, float3 b)
    
            
            True if a and b lie on different sides of the infinite line that passes through start and end.
                Public
                    Static
            
        bool DifferentSidesOfLine (
float3  |     start  |         |
float3  |     end  |         |
float3  |     a  |         |
float3  |     b  |         
True if a and b lie on different sides of the infinite line that passes through start and end.