I need to efficiently compute minimum polygon separation along X or Y axis, i.e. the distance you can move a polygon along X or Y until it collides with another one. I know how to calculate it, but would rather use an existing library, preferably callable from Python. Specifically, a library with ray/polygon intersection functionality would work. Appreciate any clues.
\$\begingroup\$
\$\endgroup\$
1
-
\$\begingroup\$ Much like Stack Overflow, questions asking us to recommend a software library are generally not on-topic here. One option is to ask about this in the GDSE chat. Or you could edit to ask about optimizing your own implementation to make it more efficient. \$\endgroup\$Pikalek– Pikalek2025-12-08 17:46:27 +00:00Commented Dec 8 at 17:46
Add a comment
|