Currently I'm trying to use your library to detect if polygons are contained inside another polygon.
But for my case it's also fine if on segments (lines) of the "inside" polygon touches one or more of the "outer" polygon segments (point/line on line case). How can I handle this case with your library? Is there any possibility to do this without breaking the "inside" polygon into single lines and check if they are all inside or on the "outer" polygon segments?
Currently I'm trying to use your library to detect if polygons are contained inside another polygon.
But for my case it's also fine if on segments (lines) of the "inside" polygon touches one or more of the "outer" polygon segments (point/line on line case). How can I handle this case with your library? Is there any possibility to do this without breaking the "inside" polygon into single lines and check if they are all inside or on the "outer" polygon segments?
Best regards, Michael