A Geometric Structure Associated with the Convex Polygon
Kai Jin

TL;DR
This paper introduces a new geometric structure called $Nest(P)$ associated with convex polygons, revealing its properties, computational aspects, and applications to optimize parallelogram areas within the polygon.
Contribution
The paper defines $Nest(P)$, explores its properties, and develops efficient algorithms for location queries and polygon optimization problems without explicit construction.
Findings
$Nest(P)$ has $ heta(n^2)$ segments parallel to $P$'s edges.
Location queries on $Nest(P)$ can be answered in $O( log^2 n)$ time.
Maximum area parallelogram in $P$ can be found in $O(n log^2 n)$ time using $Nest(P)$ properties.
Abstract
We propose a geometric structure induced by any given convex polygon , called , which is an arrangement of line segments, each of which is parallel to an edge of , where denotes the number of edges of . We then deduce six nontrivial properties of from the convexity of and the parallelism of the line segments in . Among others, we show that is a subdivision of the exterior of , and its inner boundary interleaves the boundary of . They manifest that has a surprisingly good interaction with the boundary of . Furthermore, we study some computational problems on . In particular, we consider three kinds of location queries on and answer each of them in (amortized) time. Our algorithm for answering these queries avoids an explicit construction of , which would take…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Advanced Combinatorial Mathematics · Data Management and Algorithms
