共查询到20条相似文献,搜索用时 38 毫秒
1.
Francisco Gómez Ferran Hurtado Suneeta Ramaswami Vera Sacristán Godfried Toussaint 《Journal of Mathematical Modelling and Algorithms》2002,1(1):57-85
Convex polygons in the plane can be defined explicitly as an ordered list of vertices, or given implicitly, for example by a list of linear constraints. The latter representation has been considered in several fields such as facility location, robotics and computer graphics. In this paper, we investigate many fundamental geometric problems for implicitly represented polygons and give simple and fast algorithms that are easy to implement. We uncover an interesting partition of the problems into two classes: those that exhibit an (nlogn) lower bound on their complexity, and those that yield O(n) time algorithms via prune-and-search methods. 相似文献
2.
We show that for any open convex polygon P, there is a constant k(P) such that any k(P)-fold covering of the plane with translates of P can be decomposed into two coverings. 相似文献
3.
Lukács and András posed the problem of showing the existence of a set of n−2 points in the interior of a convex n-gon so that the interior of every triangle determined by three vertices of the polygon contains a unique point of S. Such sets have been called pebble sets by De Loera, Peterson, and Su. We seek to characterize all such sets for any given convex polygon in the plane.
We first consider a certain class of pebble sets, called peripheral because they consist of points that lie close to the boundary
of the polygon. We characterize all peripheral pebble sets, and show that for regular polygons, these are the only ones. Though
we demonstrate examples of polygons where there are other pebble sets, we nevertheless provide a characterization of the kinds
of points that can be involved in non-peripheral pebble sets. We furthermore describe algorithms to find such points. 相似文献
4.
The circle number function is extended here to regular convex polygons. To this end, the radius of the polygonal circle is defined as the Minkowski functional of the circumscribed polygonal disc, and the arc-length of the polygonal circle is measured in a generalized Minkowski space having the rotated polar body as the unit disc. 相似文献
5.
Marcos Craizer Ralph C. Teixeira Moacyr A. H. B. da Silva 《Discrete and Computational Geometry》2012,48(3):580-595
In this paper we discuss some affine properties of convex equal-area polygons, which are convex polygons such that all triangles formed by three consecutive vertices have the same area. Besides being able to approximate closed convex smooth curves almost uniformly with respect to affine length, convex equal-area polygons admit natural definitions of the usual affine differential geometry concepts, like affine normal and affine curvature. These definitions lead to discrete analogous to the six-vertex theorem and an affine isoperimetric inequality. One can also define discrete counterparts of the affine evolute, parallels and the affine distance symmetry set preserving many of the properties valid for smooth curves. 相似文献
6.
V. V. Makeev 《Journal of Mathematical Sciences》2016,212(5):527-530
7.
8.
I. G. Enting A. J. Guttmann L. B. Richmond N. C. Wormald 《Random Structures and Algorithms》1992,3(4):445-461
We classify self-avoiding polygons on the square lattice according to a concavity measure, m, where 2m is the difference between the number of steps in the polygon and the perimeter of the minimal rectangle bounding the polygon. We generate series expansions for the perimeter generating functions Sm(x) for polygons of concavity m. We analyze the series Sm(x) for m = 0 to 3. If Nm,n denotes the number of polygons of perimeter 2n and concavity m, with m = o(n1/2), we prove that Nm,n ? 22n?m?7nm+1/m!, and that the radius of convergence of the series counting all polygons with m = o(n) is equal to 1/4. Our numerical data leads us to conjecture that in fact for m = o(n1/2), a result confirmed for m = 0 and 1. 相似文献
9.
M. Laczkovich 《Discrete and Computational Geometry》2012,48(2):330-372
By the spectrum of a polygon A we mean the set of triples (??,??,??) such that A can be dissected into congruent triangles of angles ??,??,??. We propose a technique for finding the spectrum of every convex polygon. Our method is based on the following classification. A tiling is called regular if there are two angles of the triangles, ?? and ?? such that at every vertex of the tiling the number of triangles having angle ?? equals the number of triangles having angle ??. Otherwise the tiling is irregular. We list all pairs (A,T) such that A is a convex polygon and T is a triangle that tiles A regularly. The list of triangles tiling A irregularly is always finite, and can be obtained, at least in principle, by considering the system of equations satisfied by the angles, examining the conjugate tilings, and comparing the sides and the area of the triangles to those of A. Using this method we characterize the convex polygons with infinite spectrum, and determine the spectrum of the regular triangle, the square, all rectangles, and the regular N-gons with N large enough. 相似文献
10.
In the combinatorial geometry of convex sets the question of how efficiently a family ofconvex sets can be pierced by points has led to various problems which may be regarded asextensions of the Helly-type problems. A family of sets is said to be n-pierceable (abbreviatedas n) if there exists a set of n points such that each member of the family contains at leastone of them. A family of sets is said to be nk: if every subfamily of size k or less is n. Thefamous Helly theorem in combinatorial … 相似文献
11.
We study the sets $\mathcal{T}_{v}=\{m \in\{1,2,\ldots\}: \mbox{there is a convex polygon in }\mathbb{R}^{2}\mbox{ that has }v\mbox{ vertices and can be tiled with $m$ congruent equilateral triangles}\}$ , v=3,4,5,6. $\mathcal{T}_{3}$ , $\mathcal{T}_{4}$ , and $\mathcal{T}_{6}$ can be quoted completely. The complement $\{1,2,\ldots\} \setminus\mathcal{T}_{5}$ of $\mathcal{T}_{5}$ turns out to be a subset of Euler’s numeri idonei. As a consequence, $\{1,2,\ldots\} \setminus\mathcal{T}_{5}$ can be characterized with up to two exceptions, and a complete characterization is given under the assumption of the Generalized Riemann Hypothesis. 相似文献
12.
Michelle Bucher-Karlsson 《Discrete and Computational Geometry》2009,41(2):328-347
We give new lower bounds for the minimal number of simplices needed in a triangulation of the product of two convex polygons, improving the lower bounds in Bowen et al. (Topology 44:321–339, 2005). 相似文献
13.
Ray Shooting Amidst Convex Polygons in 2D 总被引:1,自引:0,他引:1
Pankaj K. Agarwal Micha Sharir 《Journal of Algorithms in Cognition, Informatics and Logic》1996,21(3):508-519
We consider the problem of ray shooting in a two-dimensional scene consisting ofmconvex polygons with a total ofnedges. We present a data structure that requiresO(mn log m) space and preprocessing time and that answers a ray shooting query inO(log2 m log2 n) time. If the polygons are pairwise disjoint, the space and preprocessing time can be improved toO((m2+n)log m) andO((m2+n log n)log m), respectively. Our algorithm also works for a collection of disjoint simple polygons. We also show that if we allow onlyO(n) space, a ray shooting query among a collection of disjoint simple polygons can be answered in timeO(m/[formula]1+ log2 n) time, for any >0. 相似文献
14.
Suppose that P is a distribution of N points in the unit squareU=[0, 1]2. For every x=(x1, x2)U, let B(x)=[0, x1]x[0, x2] denotethe aligned rectangle containing all points y=(y1, y2)U satisfying0y1x1 and 0y2x2. Denote by Z[P; B(x)] the number of points ofP that lie in B(x), and consider the discrepancy function D[P; B(x)]=Z[P; B(x)]Nµ(B(x)), where µ denotes the usual area measure. 相似文献
15.
Abstract. Let f(n) be the maximum number of unit distances determined by the vertices of a convex n -gon. Erdos and Moser conjectured that this function is linear. Supporting this conjecture we prove that f
sym
(n)
2n where f
sym
(n) is the restriction of f(n) to centrally symmetric convex n -gons. We also present two applications of this result. Given a strictly convex domain K with smooth boundary, if f
K
(n) denotes the maximum number of unit segments spanned by n points in the boundary of K , then f
K
(n)=O(n) whenever K is centrally symmetric or has width >1 . 相似文献
16.
Gardner [7] proved that with the exception of a simple class of nonparallel wedges, convex polygons in the plane are uniquely
determined by one directed X-ray. This paper develops methods for reconstructing convex polygons in the plane from one directed
X-ray. We show that nonsmooth points on the boundary of a convex body are located along rays where the derivative of the data
have a jump discontinuity. Location of the nonsmooth points divides a convex polygon into a finite set of wedges. We prove
uniqueness theorems and give algorithms for reconstructing nonparallel wedges from line integrals along four or more rays.
Also, we characterize discrete data sets that are directed X-rays of both parallel and nonparallel wedges. Several examples
of reconstructions are included.
Received August 16, 1999, and in revised form September 13, 2000. Online publication May 4, 2001. 相似文献
17.
In the combinatorial geometry of convex sets the question of how efficiently a family of convex sets can be pierced by points has led to various problems which may be regarded as extensions of the Helly-type problems. A family of sets is said to be n-pierceable (abbreviated as Пn) if there exists a set of n points such that each member of the family contains at least one of them. A family of sets is said to be Пnk if every subfamily of size k or less is Пn. The famous Helly theorem in combinatorial geometry asserts that for finite families of convex sets in the plane П13 implies П1. In a recent paper by M. Katchalski and D. Nashtir[a] the following conjecture of Griinbaum[2] was mentioned again: 相似文献
18.
19.
Valtr 《Discrete and Computational Geometry》2002,28(4):671-682
Abstract. Let P be a set of points in general position in the plane. We say that P is k -convex if no triangle determined by P contains more than k points of P in the interior. We say that a subset A of P in convex position forms an empty polygon (in P ) if no point of P \ A lies in the convex hull of A . We show that for any k,n there is an N=N(k,n) such that any k -convex set of at least N points in general position in the plane contains an empty n -gon. We also prove an analogous statement in R
d
for each odd d≥ 3 . 相似文献
20.
Valtr 《Discrete and Computational Geometry》2008,28(4):671-682
Abstract. Let P be a set of points in general position in the plane. We say that P is k -convex if no triangle determined by P contains more than k points of P in the interior. We say that a subset A of P in convex position forms an empty polygon (in P ) if no point of P \ A lies in the convex hull of A . We show that for any k,n there is an N=N(k,n) such that any k -convex set of at least N points in general position in the plane contains an empty n -gon. We also prove an analogous statement in R
d
for each odd d≥ 3 . 相似文献