Function JobRVO.det
        
                det
        
                (float2 vector1, float2 vector2)
    
            
            Determinant of the 2x2 matrix defined by vector1 and vector2.
                Public
                    Static
            
        float det (
float2  |     vector1  |         |
float2  |     vector2  |         
Determinant of the 2x2 matrix defined by vector1 and vector2.
Alternatively, the Z component of the cross product of vector1 and vector2.