Thomas Kienlen
Thomas Kienlen
> We'd like to use different APIs for different queries, depending on whether the query is an IP address or a physical address, but also if the query is for...
génial !! :+1:
Instead of exiting the loop, when MAX_SEED is reached, one could raise an exception
I'm sorry for the delay of my answer. Instead of generating full random angles, the idea is to test opposed angles iteratively, trying to minimize _good_ray_ duration. I've added an...
As a polygon is 'closed', which means that even if the ray might be parallel to an edge, it will cross some other edges. Why do we need to test...
In fact, this PR is more an idea to test another approach.