Hi,
I am trying to find a good method to check for intersection between two SphericalPolygonSets.
After starting to do my own method, using traditional approach by checking containment of vertices etc, I realized this must already have been thought of.
Using RegionFactory I have had some success, but the issue here is that the ‘intersection’ method will destroy my input Regions and this is not what I am after - I do not want to actually construct the intersection, just check if it is present.
Cheers, Patrik