Jump to content

Proximity problems

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Altenmann (talk | contribs) at 01:42, 11 May 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

 In progress Proximity problems is a class of problems in computational geometry which involve estimation of distances between geometric objects.


Atomic promlems

While these problems pose no computational complexity challenge, some of them are notable because of their ubiquity in computer applications of geometry.

  • Distance between a pair of line segments. It cannot be expressed by a single formula, unlike, e.g., the distance from a point to a line. Its calculation requires careful enumeration of possible comfigurations.
  • Bounding box, a minimal axis-aligned rectangle that contains all geometric data

Problems on points

Other

Reference

  • Franco P. Preparata and Michael Ian Shamos (1985). Computational Geometry - An Introduction. Springer-Verlag. 1st edition: ISBN 0-387-96131-3; 2nd printing, corrected and expanded, 1988: ISBN 3-540-96131-3; Russian translation, 1989: ISBN 5-03-001041-6. The proximity problems are covered in chapters 6 and 7.