pointsregions
Pointsregions is a concept in computational geometry that refers to a partition of a domain into regions associated with a finite set of anchor points. The idea is to assign to each point an influence region where that point is most relevant according to a chosen rule.
Formally, let P = {p1,...,pk} be points in a domain D. A pointsregions partition is a collection R
Generalizations replace distance with other metric-based scores or introduce weights. Additively weighted regions use s_i(x) = distance(x,
Boundaries are loci where two scoring functions tie. Depending on the rules, boundaries may be curved or
Applications include geographic information systems, facility location, robotics, computer graphics, and mesh generation, where pointsregions model
See also: Voronoi diagram; power diagram; Apollonius diagram; proximity graph.