|
|
|
Visibility Polygon Demonstration
The visibility poligon for the point is computed by a geometrical
algorithm proposed by Suri and O'Rourke
This algorithm performs an angular sweep
among the vertices of the polygons, avoiding the use of raycasting
techniques. Its computational cost is O(n log H). Further information
can be found here.
|
|
|
|
|
|
|