Overview
Important

The Minkowski sum is a way to combine two sets of points in the plane (or in space) by adding every point in one set to every point in the other set. If AA and BB are two sets of points, their Minkowski sum A+BA + B is the set of all points you can get by adding a point from AA to a point from BB.

Important properties

  • If AA and BB are both convex, then A+BA + B is also convex.

  • The Minkowski sum is commutative: A+B=B+AA + B = B + A.

  • The Minkowski sum is associative: (A+B)+C=A+(B+C)(A + B) + C = A + (B + C).

  • If AA and BB are polygons, A+BA + B is also a polygon.