pointdepend
Pointdepend is a concept used in computational geometry, computer-aided design, and geometric constraint systems to describe how the position of a point is determined by other points in a model. It formalizes the idea that a point can be constrained to move only in relation to a predefined set of anchor points, so that changing one control point automatically propagates to dependent points.
Formally, let P be a set of points and A ⊆ P an anchor subset that influence a
Algorithmically, pointdepend enables incremental constraint propagation. When an anchor moves, updates traverse the graph in topological
Applications include CAD constraint solvers, animation rigs, and geometric modeling tools that require maintaining relationships between
See also: affine dependence, barycentric coordinates, geometric constraints, constraint solver.