Why it matters
Visibility graph optimal for polygon obstacles. Understanding shapes 2D planning.
Advertisement
The architecture
Add start + goal to polygon corners.
Edges between visible pairs.
Shortest path via Dijkstra.
Advertisement
How it works end to end
O(n^2) edges worst case.
Visibility test: no polygon segment crosses.
Rotational sweep for efficient construction.