Returns true if the polygon is complex (self intersecting) Simple bruteforce method, O(n²) complexity
See Implementation
Returns true if the polygon is complex (self intersecting) Simple bruteforce method, O(n²) complexity