2000 character limit reached
Near Optimal Line Segment Weak Visibility Queries in Simple Polygons (1309.7803v1)
Published 30 Sep 2013 in cs.CG
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(n2 log n) time and O(n2) space in the preprocessing phase to report WVP(pq) of any query line segment pq in time O(log2 n + |WVP(pq)|). We improve the preprocessing time and space of current results for this problem at the expense of more query time.