English

Point Enclosure Problem for Homothetic Polygons

Computational Geometry 2023-08-24 v1 Data Structures and Algorithms

Abstract

In this paper, we investigate the homothetic point enclosure problem: given a set SS of nn triangles with sides parallel to three fixed directions, find a data structure for SS that can report all the triangles of SS that contain a query point efficiently. The problem is "inverse" of the homothetic range search problem. We present an O(nlogn)O(n\log n) space solution that supports the queries in O(logn+k)O(\log n + k) time, where kk is the output size. The preprocessing time is O(nlogn)O(n\log n). The same results also hold for homothetic polygons.

Keywords

Cite

@article{arxiv.2112.01860,
  title  = {Point Enclosure Problem for Homothetic Polygons},
  author = {Waseem Akram and Sanjeev Saxena},
  journal= {arXiv preprint arXiv:2112.01860},
  year   = {2023}
}
R2 v1 2026-06-24T08:03:02.633Z