For a recent project I tried to find a path through a maze of polygons. The path is a line, only going in between these polygons or obstacles. I want to check if the line moved through one of the polygons.
I already found a build-in function in tkinter named find_overlapping
, however this only works for rectangles.
Is there another solution to this? Or it is possible to use find_overlapping
Thanks for your effort.:)