mindistpq
Mindistpq is a term used in computational geometry and metric space theory to denote the minimum distance between two point sets P and Q. It is defined as mindistpq(P, Q) = min{ d(p, q) : p ∈ P, q ∈ Q }, where d is a chosen metric. In Euclidean space with the standard distance, this specializes to the smallest Euclidean distance between a point of P and a point of Q. If P and Q share a point, mindistpq is 0. The quantity is symmetric: mindistpq(P, Q) = mindistpq(Q, P).
Computation for finite P and Q in Euclidean space under the Euclidean metric often starts with a
Variants and relationships: Mindistpq relates to other distance measures. The directed minimum distance from P to
Applications: Used in collision detection and clearance estimation in robotics, path planning, shape matching and model