Polygon Queries for Convex Hulls of Points

Abstract

We study the following range searching problem: Preprocess a set P of n points in the plane with respect to a set O of k orientations % , for a constant, in the plane so that given an O-oriented convex polygon Q, the convex hull of P Q can be computed efficiently, where an O-oriented polygon is a polygon whose edges have orientations in O. We present a data structure with O(nk32n) space and O(nk32n) construction time, and an O(h+s2 n)-time query algorithm for any query O-oriented convex s-gon Q, where h is the complexity of the convex hull. Also, we can compute the perimeter or area of the convex hull of P Q in O(s2n) time using the data structure.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…