English

How To Place a Point to Maximize Angles

Computational Geometry 2014-01-07 v2

Abstract

We describe a randomized algorithm that, given a set PP of points in the plane, computes the best location to insert a new point pp, such that the Delaunay triangulation of P{p}P\cup\{p\} has the largest possible minimum angle. The expected running time of our algorithm is at most cubic, improving the roughly quartic time of the best previously known algorithm. It slows down to slightly super-cubic if we also specify a set of non-crossing segments with endpoints in PP and insist that the triangulation respect these segments, i.e., is the constrained Delaunay triangulation of the points and segments.

Keywords

Cite

@article{arxiv.1310.6413,
  title  = {How To Place a Point to Maximize Angles},
  author = {Boris Aronov and Mark V. Yagnatinsky},
  journal= {arXiv preprint arXiv:1310.6413},
  year   = {2014}
}

Comments

fixed typo, added some clarifications

R2 v1 2026-06-22T01:52:55.529Z