Skip to main content

Questions tagged [computational-geometry]

Computational geometry is the study of solving geometric problems using efficient algorithms and data structures, often in real time.

Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

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 ...
Paul Jurczak's user avatar