Near Optimal Line Segment Weak Visibility Queries in Simple Polygons

Mojtaba Nouri Bygi,Mohammad Ghodsi
DOI: https://doi.org/10.48550/arXiv.1309.7803
2013-09-30
Abstract:This paper considers the problem of computing the weak visibility polygon (WVP) of any query line segment pq (or WVP(pq)) inside a given simple polygon P. We present an algorithm that preprocesses P and creates a data structure from which WVP(pq) is efficiently reported in an output sensitive manner. Our algorithm needs O(n^2 log n) time and O(n^2) space in the preprocessing phase to report WVP(pq) of any query line segment pq in time O(log^2 n + |WVP(pq)|). We improve the preprocessing time and space of current results for this problem at the expense of more query time.
Computational Geometry
What problem does this paper attempt to address?